#include <MEDCouplingRefCountObject.hxx>
|
| 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 &val) |
| |
| void | setKeyValueForce (const std::string &key, const std::string &val) |
| |
| std::string | value (const std::string &key) const |
| |
◆ GetInstance()
◆ hasKey()
| bool GlobalDict::hasKey |
( |
const std::string & |
key | ) |
const |
◆ value()
| std::string GlobalDict::value |
( |
const std::string & |
key | ) |
const |
◆ keys()
| std::vector< std::string > GlobalDict::keys |
( |
| ) |
const |
◆ erase()
| void GlobalDict::erase |
( |
const std::string & |
key | ) |
|
◆ clear()
| void GlobalDict::clear |
( |
| ) |
|
◆ setKeyValue()
| void GlobalDict::setKeyValue |
( |
const std::string & |
key, |
|
|
const std::string & |
val |
|
) |
| |
◆ setKeyValueForce()
| void GlobalDict::setKeyValueForce |
( |
const std::string & |
key, |
|
|
const std::string & |
val |
|
) |
| |
◆ printSelf()
| std::string GlobalDict::printSelf |
( |
| ) |
const |