#include <TextFormat.h>
Public Member Functions | |
StdioWriter (FILE *out) | |
template<typename Items, typename Tags> | |
StdioWriter & | operator= (const std::pair< Items, Tags > &data) |
Protected Attributes | |
FILE * | out |
The format of the output is: lines of "comma+space"-separated items, followed by "colon+space", followed by the corresponding "comma+space"-separated tags. Examples: ITEM: ITEM: TAG ITEM: TAG1, TAG2, TAG3 ITEM1, ITEM2, ITEM3: ITEM1, ITEM2, ITEM3: TAG1, TAG2, TAG3
tagcoll::textformat::StdioWriter::StdioWriter | ( | FILE * | out | ) | [inline] |
StdioWriter& tagcoll::textformat::StdioWriter::operator= | ( | const std::pair< Items, Tags > & | data | ) | [inline] |
FILE* tagcoll::textformat::StdioWriter::out [protected] |