etk::HashData< MY_TYPE > Class Template Reference
#include <Hash.hpp>
Public Member Functions | |
HashData (const std::string &_key, const MY_TYPE &_val) | |
Public Attributes | |
std::string | m_key |
MY_TYPE | m_value |
Detailed Description
template<class MY_TYPE>
class etk::HashData< MY_TYPE >
internel data of the [class[etk::hash]] class, it contain the name and the value of the hash vector.
Constructor & Destructor Documentation
§ HashData()
template<class MY_TYPE>
|
inline |
Constructor of the data for hash table.
- Parameters
-
[in] _key name of the hash table. [in] _val Value of the hash element.
Member Data Documentation
§ m_key
template<class MY_TYPE>
std::string etk::HashData< MY_TYPE >::m_key |
name of the current hash
§ m_value
template<class MY_TYPE>
MY_TYPE etk::HashData< MY_TYPE >::m_value |
data of the current Hash
The documentation for this class was generated from the following file:
- framework/atria-soft/etk/etk/Hash.hpp