GraphLab: Distributed Graph-Parallel API  2.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
graphlab::binary_output_stream Class Reference

#include <graphlab/util/binary_parser.hpp>

List of all members.

Public Member Functions

 binary_output_stream (const char *fname)
template<typename T >
void write (T t)
 Write the arbitrary data type to file.

Detailed Description

A thin wrapper around ifstream to provide simplicity of writing of binary data.

See also:
binary_input_stream

Definition at line 92 of file binary_parser.hpp.


The documentation for this class was generated from the following file: