![]() |
aGrUM 3.0.0
a C++ library for (probabilistic) graphical models
|
#include <agrum/config.h>#include <agrum/base/core/inline.h>#include <agrum/base/io/GumBinaryIO.h>Go to the source code of this file.
Namespaces | |
| namespace | gum |
| gum is the global namespace for all aGrUM entities | |
Functions | |
| std::vector< uint8_t > | gum::_readVector_ (std::istream &is) |
| Reads a length-prefixed byte vector from a binary stream (bgum format). | |
| void | gum::_writeVector_ (std::ostream &os, const std::vector< uint8_t > &vec) |
| Writes a length-prefixed byte vector to a binary stream (bgum format). | |