#include <bond.hpp>
Public Types | |
enum | _BT |
the nested enum for bondtypes | |
Public Member Functions | |
BT (_BT b) | |
constructor from enum | |
BT (string s) | |
constructor from string | |
~BT () | |
destructor | |
bool | operator== (BT t) const |
relational operator== | |
bool | operator== (_BT t) const |
relational operator== | |
bool | operator!= (BT t) const |
relational operator!= | |
bool | operator!= (_BT t) const |
relational operator!= | |
operator unsigned int () const | |
cast from BT to unsigned int | |
operator string () const | |
cast from BT to string |