ADTF
|
Copyright © Audi Electronics Venture GmbH. More...
Go to the source code of this file.
Classes | |
class | hash_value_map< STORAGE, INTERFACE > |
implementation of the IHashValueMap. More... | |
struct | hash_value_map< STORAGE, INTERFACE >::tHashValueStorageType |
class | hash_value_map< STORAGE, INTERFACE >::cHashedValueSetter |
class | hash_value_map< STORAGE, INTERFACE >::cHashedValueGetter |
Namespaces | |
adtf | |
Namespace for entire ADTF SDK. | |
adtf::base | |
Namespace for the ADTF Base SDK. | |
adtf::base::ant | |
Namespace for all functionality of the ADTF Base SDK provided since v3.0. | |
Functions | |
adtf::util::cVariant | get_hash_value (const IHashValueMap &oMap, const IHashValueMap::tHashKey &oHash, const adtf::util::cVariant oDefault) |
Retrieves a variant value for the hash key oHash out of the hashed value map oMap . More... | |
tResult | set_hash_value (IHashValueMap &oMap, const IHashValueMap::tHashKey &oHash, const adtf::util::cVariant oValue) |
Sets a variant value for the hash key oHash into the hashed value map oMap . More... | |
IHashValueMap::tHashKey | create_hash_value_key (const char *strToHash) |
Generation of unambigious hash key for a string. More... | |