QDP++
qdp_map_obj_disk.h File Reference

A Map Object that works lazily from Disk. More...

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

Go to the source code of this file.

Classes

class  QDP::MapObjectDisk< K, V >
 A wrapper over maps. More...

Namespaces

namespace  QDP
 Yet another random number generator.
namespace  QDP::MapObjDiskEnv

Typedefs

typedef unsigned int QDP::MapObjDiskEnv::file_version_t

Functions

std::string QDP::MapObjDiskEnv::getFileMagic ()
 Get the file magic.
std::string QDP::MapObjDiskEnv::getMetaData (const std::string &filename)
 Get the meta-data from a file.
bool QDP::MapObjDiskEnv::checkForNewFile (const std::string &filename, std::ios_base::openmode mode)
 Check if this will be a new file.

Detailed Description

A Map Object that works lazily from Disk.

Definition in file qdp_map_obj_disk.h.