#include <IdDictDefs.h>
Definition at line 31 of file IdDictDefs.h.
◆ dictionary_map
◆ metadata_map
◆ IdDictMgr()
◆ ~IdDictMgr()
IdDictMgr::~IdDictMgr |
( |
| ) |
|
◆ add_dictionary()
Fillers:
Definition at line 174 of file IdDictMgr.cxx.
192 std::string
s = (*it).first;
195 std::cout <<
"IdDictMgr::add_dictionary> d[" <<
s <<
"]=" <<
d << std::endl;
◆ add_metadata()
void IdDictMgr::add_metadata |
( |
const std::string & |
name, |
|
|
const std::string & |
value |
|
) |
| |
Definition at line 144 of file IdDictMgr.cxx.
147 std::cout <<
"IdDictMgr::add_metadata> unable to add name/value " <<
name <<
"/" <<
value << std::endl;
◆ add_subdictionary_name()
void IdDictMgr::add_subdictionary_name |
( |
const std::string & |
name | ) |
|
◆ clear()
void IdDictMgr::clear |
( |
| ) |
|
◆ do_checks()
bool IdDictMgr::do_checks |
( |
| ) |
const |
Check whether or not to do checks for ids.
Definition at line 104 of file IdDictMgr.cxx.
◆ do_neighbours()
bool IdDictMgr::do_neighbours |
( |
| ) |
const |
Check whether or not to init neighbours.
Definition at line 119 of file IdDictMgr.cxx.
◆ DTD_version()
const std::string & IdDictMgr::DTD_version |
( |
| ) |
const |
◆ find_dictionary()
Access dictionary by name.
Definition at line 163 of file IdDictMgr.cxx.
165 dictionary_map::const_iterator
it;
171 return ((*it).second);
◆ find_metadata()
const std::string & IdDictMgr::find_metadata |
( |
const std::string & |
name | ) |
const |
Access to meta data, name/value pairs.
Definition at line 135 of file IdDictMgr.cxx.
138 static const std::string
empty;
◆ find_subdicts()
◆ generate_implementation()
void IdDictMgr::generate_implementation |
( |
const std::string & |
tag = "" | ) |
|
Definition at line 219 of file IdDictMgr.cxx.
224 std::cout <<
"IdDictMgr::generate_implementation>" << std::endl;
◆ get_dictionary_map()
◆ reset_implementation()
void IdDictMgr::reset_implementation |
( |
| ) |
|
Reset of implementation.
Definition at line 245 of file IdDictMgr.cxx.
248 std::cout <<
"IdDictMgr::reset_implementation" << std::endl;
◆ resolve_references()
void IdDictMgr::resolve_references |
( |
| ) |
|
Construct dictionary after parsing.
Definition at line 206 of file IdDictMgr.cxx.
◆ set_do_checks()
void IdDictMgr::set_do_checks |
( |
bool |
do_checks | ) |
|
◆ set_do_neighbours()
void IdDictMgr::set_do_neighbours |
( |
bool |
do_neighbours | ) |
|
◆ set_DTD_version()
void IdDictMgr::set_DTD_version |
( |
const std::string & |
DTD_version | ) |
|
◆ tag()
const std::string & IdDictMgr::tag |
( |
| ) |
const |
◆ verify()
bool IdDictMgr::verify |
( |
| ) |
const |
◆ m_dictionaries
◆ m_do_checks
bool IdDictMgr::m_do_checks |
|
private |
◆ m_do_neighbours
bool IdDictMgr::m_do_neighbours |
|
private |
◆ m_DTD_version
std::string IdDictMgr::m_DTD_version |
|
private |
◆ m_generated_implementation
bool IdDictMgr::m_generated_implementation |
|
private |
◆ m_metadata
◆ m_resolved_references
bool IdDictMgr::m_resolved_references |
|
private |
◆ m_subdictionary_names
std::set<std::string> IdDictMgr::m_subdictionary_names |
|
private |
◆ m_tag
std::string IdDictMgr::m_tag |
|
private |
The documentation for this class was generated from the following files: