#include <map>
#include <vector>
#include <fstream>
#include <string>
Go to the source code of this file.
Data Structures | |
struct | UNV2417::TRecord |
Namespaces | |
namespace | UNV2417 |
Typedefs | |
typedef std::vector< int > | UNV2417::TListOfId |
typedef int | UNV2417::TGroupId |
typedef std::map< TGroupId, TRecord > | UNV2417::TDataSet |
Functions | |
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) |