pupene  0.2.0
Namespaces | Functions
binary.h File Reference

Utility functions for serializing to/from binary. More...

#include "binary-puppers.h"
#include "util.h"
Include dependency graph for binary.h:

Go to the source code of this file.

Namespaces

 pupene
 

Functions

template<typename T >
pupene::from_binary (std::istream &in, bool debug=false)
 
template<typename T >
void pupene::to_binary (T &obj, std::ostream &out, bool debug=false)
 

Detailed Description

Utility functions for serializing to/from binary.

Definition in file binary.h.