An internal (SMARTS parser) bond expression. More...
#include <openbabel/parsmart.h>
Public Attributes | |
| int | type |
| struct { | |
| int type | |
| int prop | |
| int value | |
| } | leaf |
| struct { | |
| int type | |
| union _BondExpr * arg | |
| } | mon |
| struct { | |
| int type | |
| union _BondExpr * lft | |
| union _BondExpr * rgt | |
| } | bin |
An internal (SMARTS parser) bond expression.
| int type |
| int prop |
| int value |
| struct { ... } leaf |
| struct { ... } mon |
| struct { ... } bin |