QDP++
qdp_map_obj_memory.h File Reference

A memory based map object. More...

#include "qdp_map_obj.h"
#include <vector>
#include <unordered_map>

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 > &param)
 Write a MapObject in xml.

Detailed Description

A memory based map object.

Definition in file qdp_map_obj_memory.h.