#include <smartsParser.h>
Public Member Functions |
|
| void | operator= (const Property &rhs) |
| assignment operator |
|
|
Constructors and desctructors
|
|
| Property (PropertyType type, int value) | |
| Detailed constructor with type and
int value. |
|
| Property (PropertyType type, bool value) | |
| Detailed constructor with type and
flag. |
|
| Property (PropertyType type, const Element *value) | |
| Detailed constructor with type and
Element. |
|
| Property (PropertyType type, ChiralClass value) | |
| Detailed constructor with type and
chiral class definition. |
|
| virtual | ~Property () |
| Destructor. |
|
|
Accessors
|
|
| PropertyType | getType () const |
| returns the type of the
property |
|
| PropertyValue | getValue () const |
| returns the value of the
property |
|
1.5.8