|
BWAPI
|
#include <text_format.h>
Public Member Functions | |
| Printer () | |
| ~Printer () | |
| bool | Print (const Message &message, io::ZeroCopyOutputStream *output) |
| bool | PrintUnknownFields (const UnknownFieldSet &unknown_fields, io::ZeroCopyOutputStream *output) |
| bool | PrintToString (const Message &message, string *output) |
| bool | PrintUnknownFieldsToString (const UnknownFieldSet &unknown_fields, string *output) |
| void | PrintFieldValueToString (const Message &message, const FieldDescriptor *field, int index, string *output) |
| void | SetInitialIndentLevel (int indent_level) |
| void | SetSingleLineMode (bool single_line_mode) |
| void | SetUseShortRepeatedPrimitives (bool use_short_repeated_primitives) |
| void | SetUseUtf8StringEscaping (bool as_utf8) |
| bool google::protobuf::TextFormat::Printer::Print | ( | const Message & | message, |
| io::ZeroCopyOutputStream * | output | ||
| ) |
| void google::protobuf::TextFormat::Printer::PrintFieldValueToString | ( | const Message & | message, |
| const FieldDescriptor * | field, | ||
| int | index, | ||
| string * | output | ||
| ) |
| bool google::protobuf::TextFormat::Printer::PrintToString | ( | const Message & | message, |
| string * | output | ||
| ) |
| bool google::protobuf::TextFormat::Printer::PrintUnknownFields | ( | const UnknownFieldSet & | unknown_fields, |
| io::ZeroCopyOutputStream * | output | ||
| ) |
| bool google::protobuf::TextFormat::Printer::PrintUnknownFieldsToString | ( | const UnknownFieldSet & | unknown_fields, |
| string * | output | ||
| ) |
| void google::protobuf::TextFormat::Printer::SetInitialIndentLevel | ( | int | indent_level | ) | [inline] |
| void google::protobuf::TextFormat::Printer::SetSingleLineMode | ( | bool | single_line_mode | ) | [inline] |
| void google::protobuf::TextFormat::Printer::SetUseShortRepeatedPrimitives | ( | bool | use_short_repeated_primitives | ) | [inline] |
| void google::protobuf::TextFormat::Printer::SetUseUtf8StringEscaping | ( | bool | as_utf8 | ) | [inline] |
1.7.6.1