Main Page | Modules | Namespace List | Class Hierarchy | Class List | Namespace Members | Class Members

SmartsParser::SPAtom::Property Struct Reference

Property struct of smarts parser atom. More...

#include <smartsParser.h>

List of all members.

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


Detailed Description

Property struct of smarts parser atom.