librcsb-core-wrapper
1.005
|
Go to the documentation of this file.
14 #ifndef DICTPARENTCHILD_H
15 #define DICTPARENTCHILD_H
40 const std::string& cifItemName);
43 void FillGroupTable(
ISTable& groupTable);
44 void FillGroupListTable(
ISTable& groupListTable,
ISTable& groupTable);
Public class that respresents a two-dimensional table of strings.
Definition: ISTable.h:53
Header file for ISTable class.
Header file for ParentChild class.
DictParentChild(const DictObjCont &dictObjCont, DictDataInfo &dictDataInfo)
Public class that represents a dictionary object container.
Definition: DictObjCont.h:201
void GetParentCifItems(std::vector< std::string > &parCifItems, const std::string &cifItemName)
const DictObjCont & GetDictObjCont()
Header file for ObjCont, ItemObjCont and DictObjCont classes.
const DictObjCont & _dictObjCont
Definition: DictParentChild.h:36
Definition: DictParentChild.h:27
DictDataInfo & _dictDataInfo
Definition: DictParentChild.h:37
Definition: ParentChild.h:25
virtual ~DictParentChild()
Definition: DictDataInfo.h:25