Private class that represents an information class for the sub-category object container.
More...
|
void | AddCat (const std::string &catName) |
|
void | AddCat (const std::string &catName, const std::string &col1, const bool nonDefaultValue=false, const bool inheritance=false) |
|
void | AddItem (const std::string &descr, const std::string &itemName) |
|
unsigned int | GetItemIndex (const std::string &catName, const std::string &itemName) const |
|
std::pair< unsigned int, unsigned int > | GetItemIndices (const std::string &catName, const std::string &itemName) const |
|
virtual | ~ObjContInfo () |
|
std::string | _objContInfoDescr |
|
std::vector< Cat > | _cats |
|
std::map< std::pair< std::string, std::string >, std::pair< unsigned int, unsigned int > > | _catMap |
|
| ObjContInfo () |
|
Private class that represents an information class for the sub-category object container.