C++ SDK Documentation
12.0.0
|
Public Member Functions | |
BlockFormatterCout (const BlockReader &reader) | |
void | format () |
void | writeRow (int rowNum, const std::string &row) |
Formatting rows in a BlockReader to stdout
Example Usage with BlockReader *arg_reader
BlockFormatterCout(*arg_reader).format();