#include <text_format.h>
Definition at line 100 of file text_format.h.
◆ ~BaseTextGenerator()
google::protobuf::TextFormat::BaseTextGenerator::~BaseTextGenerator |
( |
| ) |
|
|
virtual |
◆ Indent()
virtual void google::protobuf::TextFormat::BaseTextGenerator::Indent |
( |
| ) |
|
|
inlinevirtual |
◆ Outdent()
virtual void google::protobuf::TextFormat::BaseTextGenerator::Outdent |
( |
| ) |
|
|
inlinevirtual |
◆ Print()
virtual void google::protobuf::TextFormat::BaseTextGenerator::Print |
( |
const char * |
text, |
|
|
size_t |
size |
|
) |
| |
|
pure virtual |
◆ PrintLiteral()
template<size_t n>
void google::protobuf::TextFormat::BaseTextGenerator::PrintLiteral |
( |
const char(&) |
text[n] | ) |
|
|
inline |
◆ PrintString()
void google::protobuf::TextFormat::BaseTextGenerator::PrintString |
( |
const std::string & |
str | ) |
|
|
inline |
The documentation for this class was generated from the following files: