Agora  1.2.0
Agora project
custom_test_flag Class Reference
Inheritance diagram for custom_test_flag:
Collaboration diagram for custom_test_flag:

Public Member Functions

 custom_test_flag (std::string txt)
 
void format (const spdlog::details::log_msg &, const std::tm &, spdlog::memory_buf_t &dest) override
 
spdlog::details::padding_info get_padding_info ()
 
std::unique_ptr< custom_flag_formatter > clone () const override
 
- Public Member Functions inherited from spdlog::custom_flag_formatter
void set_padding_info (const details::padding_info &padding)
 
- Public Member Functions inherited from spdlog::details::flag_formatter
 flag_formatter (padding_info padinfo)
 
 flag_formatter ()=default
 
virtual ~flag_formatter ()=default
 

Public Attributes

std::string some_txt
 

Additional Inherited Members

- Protected Attributes inherited from spdlog::details::flag_formatter
padding_info padinfo_
 

Constructor & Destructor Documentation

◆ custom_test_flag()

custom_test_flag::custom_test_flag ( std::string  txt)
inlineexplicit

Member Function Documentation

◆ clone()

std::unique_ptr<custom_flag_formatter> custom_test_flag::clone ( ) const
inlineoverridevirtual

◆ format()

void custom_test_flag::format ( const spdlog::details::log_msg ,
const std::tm &  ,
spdlog::memory_buf_t dest 
)
inlineoverridevirtual

Implements spdlog::details::flag_formatter.

Here is the call graph for this function:

◆ get_padding_info()

spdlog::details::padding_info custom_test_flag::get_padding_info ( )
inline

Member Data Documentation

◆ some_txt

std::string custom_test_flag::some_txt

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