|
QDP++
|
A memory based map object. More...
Go to the source code of this file.
Classes | |
| class | QDP::MapObjectMemoryIterator< K, V > |
| Iterator for a MapObject. More... | |
| class | QDP::MapObjectMemory< K, V > |
| A wrapper over maps. More... | |
Namespaces | |
| namespace | QDP |
| Yet another random number generator. | |
Functions | |
| template<typename K, typename V> | |
| void | QDP::read (XMLReader &xml, const std::string &s, MapObjectMemory< K, V > &input) |
| Read a MapObject via xml. | |
| template<typename K, typename V> | |
| void | QDP::write (XMLWriter &xml, const std::string &path, const MapObjectMemory< K, V > ¶m) |
| Write a MapObject in xml. | |
A memory based map object.
Definition in file qdp_map_obj_memory.h.