Doxygen API Reference¶
The full, auto-generated class-and-member reference for everything under hipo4/ —
including private members, inheritance, and file groupings — is generated with Doxygen
straight from the source headers:
Browse the Doxygen reference →
It is rebuilt and published alongside this site on every change. Use it when you need the exhaustive, machine-generated view of a class.
For the methods you actually call from user code, the hand-written API pages are usually friendlier — they cover the everyday surface, grouped by class:
| Module | Pages |
|---|---|
| Core data structures | bank, event, schema, record |
| File I/O | reader, writer, chain |
| Helpers | utilities |
For a full picture of how these classes interact, the Architecture and Data model pages are usually a better starting point than walking the class list.
Regenerating locally
The reference is configured by doxygen/Doxyfile (stock
Doxygen HTML output, no third-party theme). To rebuild it yourself, run
doxygen doxygen/Doxyfile from the repository root (output lands in
public/doxygen/full/), or use the Meson target ninja -C build doxygen.