|
GraphLab: Distributed Graph-Parallel API
2.1
|
#include <graphlab/util/resizing_array_sink.hpp>
Public Types | |
|
typedef resizing_array_sink::char_type | char_type |
|
typedef resizing_array_sink::category | category |
Public Member Functions | |
| resizing_array_sink_ref (resizing_array_sink &ref) | |
| resizing_array_sink_ref (const resizing_array_sink_ref &other) | |
| size_t | size () const |
| char * | c_str () |
| void | clear () |
| std::streamsize | optimal_buffer_size () const |
| void | relinquish () |
| void | advance (std::streamsize n) |
| std::streamsize | write (const char *s, std::streamsize n) |
Wraps a resizing array sink.
Definition at line 36 of file resizing_array_sink.hpp.
|
inline |
the optimal buffer size is 0.
Definition at line 55 of file resizing_array_sink.hpp.