#include <generic_property.hh>
Inherited by AtomImpl, ChainImpl, ConnectorImpl, EntityImpl, ResidueImpl, and SequenceImpl.
Public Member Functions | |
| GenericPropContainerImpl () | |
| ~GenericPropContainerImpl () | |
| GenericPropContainerImpl (const GenericPropContainerImpl &rhs) | |
| GenericPropContainerImpl & | operator= (const GenericPropContainerImpl &r) |
| GenericPropValue & | GenericProp (const String &key) |
| const GenericPropValue & | GenericProp (const String &key) const |
| bool | HasProp (const String &key) const |
| void | ClearProps () |
| void | Assign (const GenericPropContainerImpl &impl) |
| PropertyMap | GetPropMap () const |
Definition at line 55 of file generic_property.hh.
| GenericPropContainerImpl | ( | ) | [inline] |
Definition at line 60 of file generic_property.hh.
| ~GenericPropContainerImpl | ( | ) | [inline] |
Definition at line 61 of file generic_property.hh.
| GenericPropContainerImpl | ( | const GenericPropContainerImpl & | rhs | ) | [inline] |
Definition at line 67 of file generic_property.hh.
| void Assign | ( | const GenericPropContainerImpl & | impl | ) | [inline] |
Definition at line 105 of file generic_property.hh.
| void ClearProps | ( | ) | [inline] |
Definition at line 98 of file generic_property.hh.
| const GenericPropValue& GenericProp | ( | const String & | key | ) | const [inline] |
Definition at line 85 of file generic_property.hh.
| GenericPropValue& GenericProp | ( | const String & | key | ) | [inline] |
Definition at line 77 of file generic_property.hh.
| PropertyMap GetPropMap | ( | ) | const [inline] |
Definition at line 118 of file generic_property.hh.
| bool HasProp | ( | const String & | key | ) | const [inline] |
Definition at line 93 of file generic_property.hh.
| GenericPropContainerImpl& operator= | ( | const GenericPropContainerImpl & | r | ) | [inline] |
Definition at line 71 of file generic_property.hh.
1.5.8