Version: 8.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
MEDCoupling::GlobalDict Class Reference

Public Member Functions

void clear ()
 
void erase (const std::string &key)
 
bool hasKey (const std::string &key) const
 
std::vector< std::string > keys () const
 
std::string printSelf () const
 
void setKeyValue (const std::string &key, const std::string &value)
 
void setKeyValueForce (const std::string &key, const std::string &value)
 
std::string value (const std::string &key) const
 

Static Public Member Functions

static GlobalDictGetInstance ()
 

Member Function Documentation

GlobalDict * GlobalDict::GetInstance ( )
static
bool GlobalDict::hasKey ( const std::string &  key) const
std::string GlobalDict::value ( const std::string &  key) const

Referenced by setKeyValue(), and setKeyValueForce().

std::vector< std::string > GlobalDict::keys ( ) const
void GlobalDict::erase ( const std::string &  key)
void GlobalDict::clear ( )
void GlobalDict::setKeyValue ( const std::string &  key,
const std::string &  value 
)

References value().

void GlobalDict::setKeyValueForce ( const std::string &  key,
const std::string &  value 
)

References value().

std::string GlobalDict::printSelf ( ) const