#include <prop_registry.hh>
Public Types | |
| typedef map<string, PropData, less<string> > | StorageType |
| typedef StorageType::iterator | iterator |
| typedef StorageType::const_iterator | const_iterator |
Public Methods | |
| bool | contains (const string &key) const |
| bool | empty () const |
| iterator | begin () |
| iterator | end () |
| const_iterator | begin () const |
| const_iterator | end () const |
| PropData& | operator[] (const string &key) |
Private Attributes | |
| StorageType | data |
Definition at line 61 of file prop_registry.hh.
|
|
Definition at line 270 of file prop_registry.hh. |
|
|
Definition at line 272 of file prop_registry.hh. |
|
|
Definition at line 273 of file prop_registry.hh. |
|
|
Returns true if the iven property is defined. Definition at line 257 of file prop_registry.hh. Referenced by Writer::className2cc(), Writer::className2hh(), Writer::fullPath(), and CppCcDriver::run().
|
|
|
Returns true if this registry is empty. Definition at line 265 of file prop_registry.hh. |
|
|
Definition at line 275 of file prop_registry.hh. Referenced by operator<<().
|
|
|
Definition at line 280 of file prop_registry.hh. Referenced by operator<<().
|
|
|
Definition at line 285 of file prop_registry.hh. |
|
|
Definition at line 290 of file prop_registry.hh. |
|
|
Allows set/get of properties data. This can e used in several ways:
Definition at line 332 of file prop_registry.hh. |
|
|
Definition at line 339 of file prop_registry.hh. |
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001