HIPO4 C++ Library 4.4.1
Columnar I/O library for CLAS12 physics data
Loading...
Searching...
No Matches
dictionary.h File Reference
#include <cstdlib>
#include <iostream>
#include <map>
#include <string>
#include <vector>
#include "hipoexceptions.h"
Include dependency graph for dictionary.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  hipo::schemaEntry_t
 
class  hipo::schema
 Schema definition for a HIPO bank. More...
 
class  hipo::dictionary
 Collection of schema definitions, typically read from a HIPO file header. More...
 

Namespaces

namespace  hipo
 HIPO namespace is used for the classes that read/write files and records.
 

Typedefs

typedef struct hipo::schemaEntry_t hipo::schemaEntry_t
 

Enumerations

enum  hipo::Type {
  hipo::kByte = 1 , hipo::kShort = 2 , hipo::kInt = 3 , hipo::kFloat = 4 ,
  hipo::kDouble = 5 , hipo::kLong = 8
}