GraphLab: Distributed Graph-Parallel API
2.1
|
#include <graphlab/util/binary_parser.hpp>
Public Member Functions | |
binary_output_stream (const char *fname) | |
template<typename T > | |
void | write (T t) |
Write the arbitrary data type to file. |
A thin wrapper around ifstream to provide simplicity of writing of binary data.
Definition at line 92 of file binary_parser.hpp.