A 4-element templated, based on the design of the STL pair<>  
More...
#include <openbabel/obutil.h>
List of all members.
Detailed Description
template<class T1, class T2, class T3, class T4>
 class OpenBabel::quad< T1, T2, T3, T4 >
A 4-element templated, based on the design of the STL pair<> 
Member Typedef Documentation
Constructor & Destructor Documentation
default constructor T1() and T2() and T3() force initialization for built in types 
 
 
      
        
          | quad  | 
          ( | 
          const T1 &  | 
           a,  | 
        
        
           | 
           | 
          const T2 &  | 
           b,  | 
        
        
           | 
           | 
          const T3 &  | 
           c,  | 
        
        
           | 
           | 
          const T4 &  | 
           d  | 
        
        
           | 
          ) | 
           |  [inline] | 
        
      
 
 
      
        
          | quad  | 
          ( | 
          const quad< U, V, W, X > &  | 
           q ) | 
           [inline] | 
        
      
 
copy constructor with implicit conversions 
 
 
Member Data Documentation
The documentation for this class was generated from the following file: