#include <openbabel/parsmart.h>
Public Attributes | |
| int | type |
| struct { | |
| int type | |
| int prop | |
| int value | |
| } | leaf |
| struct { | |
| int type | |
| void * recur | |
| } | recur |
| struct { | |
| int type | |
| _AtomExpr * arg | |
| } | mon |
| struct { | |
| int type | |
| _AtomExpr * lft | |
| _AtomExpr * rgt | |
| } | bin |
| int type |
| int prop |
| int value |
| struct { ... } leaf |
| void* recur |
| struct { ... } recur |
| struct { ... } mon |
| struct { ... } bin |