#include <compound.hh>
Public Member Functions | |
| BondSpec () | |
| bool | operator== (const BondSpec &rhs) const |
| bool | operator!= (const BondSpec &rhs) const |
Data Fields | |
| int | atom_one |
| int | atom_two |
| int | order |
Definition at line 88 of file compound.hh.
| BondSpec | ( | ) | [inline] |
Definition at line 89 of file compound.hh.
| bool operator!= | ( | const BondSpec & | rhs | ) | const [inline] |
Definition at line 98 of file compound.hh.
| bool operator== | ( | const BondSpec & | rhs | ) | const [inline] |
Definition at line 94 of file compound.hh.
| int atom_one |
Definition at line 101 of file compound.hh.
| int atom_two |
Definition at line 102 of file compound.hh.
| int order |
Definition at line 103 of file compound.hh.
1.5.8