Package UNV2417


Data Structures

struct  TRecord

Typedefs

typedef std::vector< intTListOfId
typedef int TGroupId
typedef std::map< TGroupId,
TRecord
TDataSet

Functions

void Read (std::ifstream &in_stream, TDataSet &theDataSet)
void ReadGroup (const std::string &myGroupLabel, std::ifstream &in_stream, TDataSet &theDataSet)
void Write (std::ofstream &out_stream, const TDataSet &theDataSet)


Typedef Documentation

typedef std::vector<int> UNV2417.TListOfId
 

typedef int UNV2417.TGroupId
 

typedef std::map<TGroupId, TRecord> UNV2417.TDataSet
 


Function Documentation

void UNV2417::Read std::ifstream &  in_stream,
TDataSet theDataSet
 

void UNV2417::ReadGroup const std::string &  myGroupLabel,
std::ifstream &  in_stream,
TDataSet theDataSet
 

void UNV2417::Write std::ofstream &  out_stream,
const TDataSet theDataSet