#include <titleformat.h>

Public Member Functions | |
| string_formatter_tf (titleformat_text_out *out, const GUID &inputType=titleformat_inputtypes::meta) | |
| const char * | get_ptr () const |
| void | add_string (const char *p_string, t_size p_length) |
| void | set_string (const char *p_string, t_size p_length) |
| void | truncate (t_size len) |
| t_size | get_length () const |
| char * | lock_buffer (t_size p_requested_length) |
| void | unlock_buffer () |
| string_formatter_tf::string_formatter_tf | ( | titleformat_text_out * | out, | |
| const GUID & | inputType = titleformat_inputtypes::meta | |||
| ) | [inline] |
| const char* string_formatter_tf::get_ptr | ( | ) | const [inline, virtual] |
Implements pfc::string_base.
| void string_formatter_tf::add_string | ( | const char * | p_string, | |
| t_size | p_length | |||
| ) | [inline, virtual] |
Implements pfc::string_base.
| void string_formatter_tf::set_string | ( | const char * | p_string, | |
| t_size | p_length | |||
| ) | [inline, virtual] |
Reimplemented from pfc::string_base.
| void string_formatter_tf::truncate | ( | t_size | len | ) | [inline, virtual] |
Implements pfc::string_base.
| t_size string_formatter_tf::get_length | ( | ) | const [inline, virtual] |
Reimplemented from pfc::string_base.
| char* string_formatter_tf::lock_buffer | ( | t_size | p_requested_length | ) | [inline, virtual] |
Implements pfc::string_base.
| void string_formatter_tf::unlock_buffer | ( | ) | [inline, virtual] |
Implements pfc::string_base.
1.5.5