|
HIPO4 C++ Library 4.4.1
Columnar I/O library for CLAS12 physics data
|
#include <iostream>#include <vector>#include <cstring>#include <cstdint>#include <cstdio>#include <cstdlib>#include <map>#include <functional>#include "dictionary.h"#include "node.h"Go to the source code of this file.
Classes | |
| class | hipo::structure |
| class | hipo::composite |
| class | hipo::bank |
| class | hipo::bank::rowlist |
rowlist encapsulates a list of rows for this bank, providing a way to iterate over them More... | |
Namespaces | |
| namespace | hipo |
| HIPO namespace is used for the classes that read/write files and records. | |
Typedefs | |
| using | hipo::banklist = std::vector< bank > |
Functions | |
| banklist::size_type | hipo::getBanklistIndex (banklist &banks, std::string const &bankName) noexcept(false) |