Open Babel
3.0
|
#include <openbabel/obutil.h>
Public Types | |
typedef T1 | first_type |
typedef T2 | second_type |
typedef T3 | third_type |
Public Member Functions | |
triple () | |
triple (const T1 &a, const T2 &b, const T3 &c) | |
template<class U , class V , class W > | |
triple (const triple< U, V, W > &t) | |
Public Attributes | |
T1 | first |
T2 | second |
T3 | third |
A 3-element templated, based on the design of the STL pair<>
typedef T1 first_type |
typedef T2 second_type |
typedef T3 third_type |
|
inline |
Default constructor T1() and T2() and T3() force initialization for built in types
|
inline |
Constructor for 3 values.
T1 first |
Referenced by OBAngle::GetAtoms(), and OBAngle::SetAtoms().
T2 second |
Referenced by OBAngle::GetAtoms(), and OBAngle::SetAtoms().
T3 third |
Referenced by OBAngle::GetAtoms(), and OBAngle::SetAtoms().