QDP++
qdp_map_obj_disk.cc File Reference

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

#include "qdp_map_obj_disk.h"
#include <errno.h>
#include <sys/stat.h>

Go to the source code of this file.

Namespaces

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

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.cc.