#include <ObjectivityOptionParser.h>
Public Methods | |
ObjectivityOptionParser (const std::string &options) | |
Constructor initializing the class with the option string. | |
~ObjectivityOptionParser () | |
Destructor. | |
std::pair< std::string, std::string > | topLevelDatabaseAndContainer (const std::string &name) const |
Decode the top level database and container. | |
bool | isNamingEnabled () const |
Informs if the HepODBMS naming scheme is enabled. | |
Private Attributes | |
bool | m_namingEnabled |
|
Definition at line 14 of file ObjectivityOptionParser.cpp. References m_namingEnabled, and namingEnabled_keyword. |
|
Definition at line 16 of file ObjectivityOptionParser.h. |
|
Definition at line 50 of file ObjectivityOptionParser.cpp. References m_namingEnabled. Referenced by Anaphe::AIDA_ObjectivityStore::AIDA_ObjyStore::AIDA_ObjyStore(), and Anaphe::AIDA_ObjectivityStore::AIDA_ObjyStore::collectObjectTypes(). |
|
Definition at line 22 of file ObjectivityOptionParser.cpp. References defaultContainerName, and defaultDatabaseName. Referenced by Anaphe::AIDA_ObjectivityStore::AIDA_ObjyStore::AIDA_ObjyStore(). |
|
Definition at line 25 of file ObjectivityOptionParser.h. Referenced by isNamingEnabled(), and ObjectivityOptionParser(). |