#include <titleformat.h>

Public Member Functions | |
| virtual void | write (const GUID &p_inputtype, const char *p_data, t_size p_data_length=infinite)=0 |
| void | write_int (const GUID &p_inputtype, t_int64 val) |
| void | write_int_padded (const GUID &p_inputtype, t_int64 val, t_int64 maxval) |
Protected Member Functions | |
| titleformat_text_out () | |
| ~titleformat_text_out () | |
| titleformat_text_out::titleformat_text_out | ( | ) | [inline, protected] |
| titleformat_text_out::~titleformat_text_out | ( | ) | [inline, protected] |
| virtual void titleformat_text_out::write | ( | const GUID & | p_inputtype, | |
| const char * | p_data, | |||
| t_size | p_data_length = infinite | |||
| ) | [pure virtual] |
Implemented in titleformat_text_out_impl_filter_chars, and titleformat_text_out_impl_string.
| void titleformat_text_out::write_int | ( | const GUID & | p_inputtype, | |
| t_int64 | val | |||
| ) |
| void titleformat_text_out::write_int_padded | ( | const GUID & | p_inputtype, | |
| t_int64 | val, | |||
| t_int64 | maxval | |||
| ) |
1.5.5