Classes | |
| class | Catalog |
| abstract base class for a catalog object More... | |
| class | HierarchCatalog |
| A Catalog with a hierarchical structure. More... | |
| class | LinearCatalog |
| a linear Catalog (analogous to an std::vector) More... | |
| class | CatalogEntry |
| Abstract base class to be used to represent an entry in a Catalog. More... | |
| class | CatalogParams |
| abstract base class for the container used to create a catalog More... | |
Variables | |
| const int | versionMajor = 1 |
| const int | versionMinor = 0 |
| const int | versionPatch = 0 |
| const int | endianId = 0xDEADBEEF |
| const int RDCatalog::endianId = 0xDEADBEEF |
Definition at line 23 of file Catalog.h.
Referenced by RDCatalog::HierarchCatalog< entryType, paramType, orderType >::toStream().
| const int RDCatalog::versionMajor = 1 |
Definition at line 20 of file Catalog.h.
Referenced by RDCatalog::HierarchCatalog< entryType, paramType, orderType >::toStream().
| const int RDCatalog::versionMinor = 0 |
Definition at line 21 of file Catalog.h.
Referenced by RDCatalog::HierarchCatalog< entryType, paramType, orderType >::toStream().
| const int RDCatalog::versionPatch = 0 |
Definition at line 22 of file Catalog.h.
Referenced by RDCatalog::HierarchCatalog< entryType, paramType, orderType >::toStream().
1.5.6