#include <CifLoadReorganizer.h>
Inherits DdlCont.
Inherited by DdlDictCont, and DdlItemCont.
Inheritance diagram for DdlLoadCont:


Public Member Functions | |
| DdlLoadCont (FileNavigator *fnav, DicFile *dicFile, const string &dataBlockName, const string &id, DdlContInfo &inDdlContInfo) | |
| virtual | ~DdlLoadCont () |
| void | SetVerbose (int verbose) |
| virtual int | Load () |
Protected Member Functions | |
| virtual void | LoadDdlItems (vector< vector< string > > &combo, const unsigned int configIndex) |
| virtual void | LoadDdlItems (vector< vector< string > > &combo, const unsigned int configIndex, const string &value) |
Protected Attributes | |
| int | _verbose |
| DicFile * | _dic |
| DdlLoadCont::DdlLoadCont | ( | FileNavigator * | fnav, | |
| DicFile * | dicFile, | |||
| const string & | dataBlockName, | |||
| const string & | id, | |||
| DdlContInfo & | inDdlContInfo | |||
| ) |
| DdlLoadCont::~DdlLoadCont | ( | ) | [virtual] |
| void DdlLoadCont::LoadDdlItems | ( | vector< vector< string > > & | combo, | |
| const unsigned int | configIndex | |||
| ) | [protected, virtual] |
Reimplemented in DdlItemCont, and DdlDictCont.
| void DdlLoadCont::LoadDdlItems | ( | vector< vector< string > > & | combo, | |
| const unsigned int | configIndex, | |||
| const string & | value | |||
| ) | [protected, virtual] |
| void DdlLoadCont::SetVerbose | ( | int | verbose | ) |
| int DdlLoadCont::Load | ( | ) | [virtual] |
Reimplemented in DdlItemCont, and DdlDictCont.
int DdlLoadCont::_verbose [protected] |
DicFile* DdlLoadCont::_dic [protected] |
1.5.1