Aeon Engine c550894
AeonGames Open Source Game Engine
Loading...
Searching...
No Matches
AeonGames::CodeFieldValuePrinter Class Reference

Custom protobuf field value printer for code-formatted text output. More...

#include <C:/Code/AeonEngine/tools/aeontool/CodeFieldValuePrinter.hpp>

Inheritance diagram for AeonGames::CodeFieldValuePrinter:
Inheritance graph
Collaboration diagram for AeonGames::CodeFieldValuePrinter:
Collaboration graph

Public Member Functions

void PrintString (const std::string &val, google::protobuf::TextFormat::BaseTextGenerator *base_text_generator) const override
 Print a string value with code-style formatting and escaping.

Detailed Description

Custom protobuf field value printer for code-formatted text output.

Definition at line 31 of file CodeFieldValuePrinter.hpp.

Constructor & Destructor Documentation

◆ CodeFieldValuePrinter()

AeonGames::CodeFieldValuePrinter::CodeFieldValuePrinter ( )
inline

Definition at line 34 of file CodeFieldValuePrinter.hpp.

Member Function Documentation

◆ PrintString()

void AeonGames::CodeFieldValuePrinter::PrintString ( const std::string & val,
google::protobuf::TextFormat::BaseTextGenerator * base_text_generator ) const
inlineoverride

Print a string value with code-style formatting and escaping.

Definition at line 38 of file CodeFieldValuePrinter.hpp.


The documentation for this class was generated from the following file: