#include <Configuration.h>
Public Member Functions | |
| void | addPair (const PropertyPair &pair) |
| PropertyPair | getPair (size_t index) const throw (CMMError) |
| size_t | size () const |
| std::string | getValue (const char *key) const throw (CMMError) |
| void PropertyBlock::addPair | ( | const PropertyPair & | pair | ) |
Adds a new pair to the current contents.
| PropertyPair PropertyBlock::getPair | ( | size_t | index | ) | const throw (CMMError) |
Returns the property pair with specified index.
| size_t PropertyBlock::size | ( | ) | const [inline] |
Returns the number of contained property parts.
| std::string PropertyBlock::getValue | ( | const char * | key | ) | const throw (CMMError) |
Get value of the specified key (property).
1.5.3-20070902