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

#include <graphlab/util/resizing_array_sink.hpp>

List of all members.

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)

Detailed Description

Wraps a resizing array sink.

Definition at line 36 of file resizing_array_sink.hpp.


Member Function Documentation

std::streamsize graphlab::resizing_array_sink_ref::optimal_buffer_size ( ) const
inline

the optimal buffer size is 0.

Definition at line 55 of file resizing_array_sink.hpp.


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