aGrUM 3.0.0
a C++ library for (probabilistic) graphical models
GumBinaryIO_inl.h File Reference
#include <agrum/config.h>
#include <agrum/base/core/inline.h>
#include <agrum/base/io/GumBinaryIO.h>
Include dependency graph for GumBinaryIO_inl.h:
This graph shows which files directly or indirectly include this file:

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).