#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 |
typedef T1 first_type |
typedef T2 second_type |
typedef T3 third_type |
triple | ( | ) | [inline] |
Default constructor T1() and T2() and T3() force initialization for built in types
triple | ( | const T1 & | a, | |
const T2 & | b, | |||
const T3 & | c | |||
) | [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().