MIRA
Classes | Namespaces
StripedStorage.h File Reference

Stores data sequentially into different files (striped) providing a reliable way to retrieve data later from one of the files. More...

#include <error/Exceptions.h>
#include <serialization/XMLSerializer.h>
#include <serialization/BinarySerializer.h>
#include <utils/Path.h>
#include <utils/Time.h>
Include dependency graph for StripedStorage.h:

Go to the source code of this file.

Classes

class  StripedStorageBase
 
class  StripedStorageXML
 Stores data sequentially into different files (striped) providing a reliable way to retrieve data later from one of the files even if some of the files are corrupted (e.g. More...
 
class  StripedStorageBinary
 

Namespaces

 mira
 specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
 

Detailed Description

Stores data sequentially into different files (striped) providing a reliable way to retrieve data later from one of the files.

Author
Tim Langner
Date
2012/11/02