libfoedus-core
FOEDUS Core Library
|
Write only first few bytes to stream. More...
Write only first few bytes to stream.
Use it as follows.
Definition at line 162 of file assorted_func.hpp.
#include <assorted_func.hpp>
Public Member Functions | |
Top (const char *data, uint32_t data_len, uint32_t max_bytes=8) | |
Public Attributes | |
const char * | data_ |
uint32_t | data_len_ |
uint32_t | max_bytes_ |
Friends | |
std::ostream & | operator<< (std::ostream &o, const Top &v) |
|
inline |
Definition at line 163 of file assorted_func.hpp.
|
friend |
Definition at line 138 of file assorted_func.cpp.
const char* foedus::assorted::Top::data_ |
Definition at line 166 of file assorted_func.hpp.
Referenced by foedus::assorted::operator<<().
uint32_t foedus::assorted::Top::data_len_ |
Definition at line 167 of file assorted_func.hpp.
Referenced by foedus::assorted::operator<<().
uint32_t foedus::assorted::Top::max_bytes_ |
Definition at line 168 of file assorted_func.hpp.
Referenced by foedus::assorted::operator<<().