BALL
1.4.2
|
Property struct of smarts parser atom. More...
#include <BALL/STRUCTURE/smartsParser.h>
Public Member Functions | |
void | operator= (const Property &rhs) |
assignment operator More... | |
Constructors and desctructors | |
Property (PropertyType type, int value) | |
Detailed constructor with type and int value. More... | |
Property (PropertyType type, bool value) | |
Detailed constructor with type and flag. More... | |
Property (PropertyType type, const Element *value) | |
Detailed constructor with type and Element. More... | |
Property (PropertyType type, ChiralClass value) | |
Detailed constructor with type and chiral class definition. More... | |
virtual | ~Property () |
Destructor. More... | |
Accessors | |
PropertyType | getType () const |
returns the type of the property More... | |
PropertyValue | getValue () const |
returns the value of the property More... | |
Private Member Functions | |
Property () | |
Default constructor. More... | |
Private Attributes | |
PropertyType | type_ |
type of the property More... | |
PropertyValue | value_ |
value of the property More... | |
Property struct of smarts parser atom.
Definition at line 222 of file smartsParser.h.
BALL::SmartsParser::SPAtom::Property::Property | ( | PropertyType | type, |
int | value | ||
) |
Detailed constructor with type and int value.
BALL::SmartsParser::SPAtom::Property::Property | ( | PropertyType | type, |
bool | value | ||
) |
Detailed constructor with type and flag.
BALL::SmartsParser::SPAtom::Property::Property | ( | PropertyType | type, |
const Element * | value | ||
) |
Detailed constructor with type and Element.
BALL::SmartsParser::SPAtom::Property::Property | ( | PropertyType | type, |
ChiralClass | value | ||
) |
Detailed constructor with type and chiral class definition.
|
virtual |
Destructor.
|
private |
Default constructor.
|
inline |
returns the type of the property
Definition at line 252 of file smartsParser.h.
|
inline |
returns the value of the property
Definition at line 255 of file smartsParser.h.
void BALL::SmartsParser::SPAtom::Property::operator= | ( | const Property & | rhs | ) |
assignment operator
|
private |
type of the property
Definition at line 264 of file smartsParser.h.
|
private |
value of the property
Definition at line 267 of file smartsParser.h.