Go to the source code of this file.
Classes | |
| class | belfem::Map< Key, Value > |
| Hash map (unordered key-value). More... | |
Namespaces | |
| namespace | belfem |
| USER GUIDES: | |
| namespace | belfem::map |
Functions | |
| template<typename T> | |
| std::string | belfem::map::KeyToString (const T &aKey) |
| template<> | |
| std::string | belfem::map::KeyToString (const std::string &aKey) |
| template<> | |
| std::string | belfem::map::KeyToString (const int &aKey) |
| template<> | |
| std::string | belfem::map::KeyToString (const unsigned int &aKey) |
| template<> | |
| std::string | belfem::map::KeyToString (const long unsigned int &aKey) |