![]() |
VR-Forces 4.7 Class Documentation
|
Public Member Functions | |
| DtPropertiesIterator () | |
| DtPropertiesIterator (DtRwProperties *) | |
| DtPropertiesIterator (const DtPropertiesIterator &) | |
| ~DtPropertiesIterator () | |
| bool | operator== (const DtPropertiesIterator &other) const |
| bool | operator!= (const DtPropertiesIterator &other) const |
| DtPropertiesIterator & | operator= (const DtPropertiesIterator &other) |
| DtPropertiesIterator & | operator++ () |
| DtPropertiesIterator | operator++ (int) |
| DtPropertiesIterator & | operator-- () |
| DtPropertiesIterator | operator-- (int) |
| DtPropertyInterface & | operator* () |
| DtPropertyInterface * | operator-> () |
| DtPropertyInterface * | property () |
| const DtPropertyInterface * | property () const |
| template<typename KeyType > | |
| KeyType | key () const |
| const DtRwProperties * | properties () const |
| void | setRegistryIterator (std::vector< DtReaderWriterRegistryData * >::iterator iter) |
| Should not be accessed directly by users. | |
| std::vector < DtReaderWriterRegistryData * > ::iterator | registryIterator () const |
Protected Attributes | |
| DtRwProperties * | myProperties |
| std::vector < DtReaderWriterRegistryData * > ::iterator | myRegIter |
| DtPropertiesIterator::DtPropertiesIterator | ( | ) |
| DtPropertiesIterator::DtPropertiesIterator | ( | DtRwProperties * | ) |
| DtPropertiesIterator::DtPropertiesIterator | ( | const DtPropertiesIterator & | ) |
| DtPropertiesIterator::~DtPropertiesIterator | ( | ) |
| bool DtPropertiesIterator::operator== | ( | const DtPropertiesIterator & | other | ) | const |
| bool DtPropertiesIterator::operator!= | ( | const DtPropertiesIterator & | other | ) | const |
| DtPropertiesIterator& DtPropertiesIterator::operator= | ( | const DtPropertiesIterator & | other | ) |
| DtPropertiesIterator& DtPropertiesIterator::operator++ | ( | ) |
| DtPropertiesIterator DtPropertiesIterator::operator++ | ( | int | ) |
| DtPropertiesIterator& DtPropertiesIterator::operator-- | ( | ) |
| DtPropertiesIterator DtPropertiesIterator::operator-- | ( | int | ) |
| DtPropertyInterface& DtPropertiesIterator::operator* | ( | ) |
| DtPropertyInterface* DtPropertiesIterator::operator-> | ( | ) |
| DtPropertyInterface* DtPropertiesIterator::property | ( | ) |
Referenced by key().
| const DtPropertyInterface* DtPropertiesIterator::property | ( | ) | const |
References property(), and DtPropertyInterface::propertyName().
| const DtRwProperties* DtPropertiesIterator::properties | ( | ) | const |
| void DtPropertiesIterator::setRegistryIterator | ( | std::vector< DtReaderWriterRegistryData * >::iterator | iter | ) |
Should not be accessed directly by users.
| std::vector<DtReaderWriterRegistryData*>::iterator DtPropertiesIterator::registryIterator | ( | ) | const |
|
protected |
|
protected |