|
HIPO4 C++ Library 4.4.1
Columnar I/O library for CLAS12 physics data
|
Collection of schema definitions, typically read from a HIPO file header. More...
#include <dictionary.h>
Public Member Functions | |
| dictionary ()=default | |
| virtual | ~dictionary ()=default |
| std::vector< std::string > | getSchemaList () |
| void | addSchema (schema sc) |
| bool | hasSchema (const char *name) |
| schema & | getSchema (const char *name) |
| bool | parse (const char *schemaString) |
| void | show () |
Collection of schema definitions, typically read from a HIPO file header.
|
default |
|
virtualdefault |
| std::vector< std::string > hipo::dictionary::getSchemaList | ( | ) |
|
inline |
|
inline |
|
inline |
| bool hipo::dictionary::parse | ( | const char * | schemaString | ) |
| void hipo::dictionary::show | ( | ) |