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