|
librcsb-core-wrapper
1.000
|
Private class that represents an information class for the item object container. More...
#include <DictObjContInfo.h>


Static Public Member Functions | |
| static ItemObjContInfo & | GetInstance () |
Additional Inherited Members | |
Public Member Functions inherited from ObjContInfo | |
| 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 () |
Public Attributes inherited from ObjContInfo | |
| std::string | _objContInfoDescr |
| std::vector< Cat > | _cats |
| std::map< std::pair < std::string, std::string > , std::pair< unsigned int, unsigned int > > | _catMap |
Protected Member Functions inherited from ObjContInfo | |
| ObjContInfo () | |
Private class that represents an information class for the item object container.
|
static |
1.8.4