librcsb-core-wrapper
1.000
|
Private class that represents an information class for the dictionary object container. More...
#include <DictObjContInfo.h>
Static Public Member Functions | |
static DictObjContInfo & | GetInstance () |
Additional Inherited Members | |
![]() | |
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 dictionary object container.
|
static |