#include <titleformat.h>
Definition at line 5 of file titleformat.h.
titleformat_text_out::titleformat_text_out |
( |
| ) |
|
|
inlineprotected |
titleformat_text_out::~titleformat_text_out |
( |
| ) |
|
|
inlineprotected |
virtual void titleformat_text_out::write |
( |
const GUID & |
p_inputtype, |
|
|
const char * |
p_data, |
|
|
t_size |
p_data_length = ~0 |
|
) |
| |
|
pure virtual |
void titleformat_text_out::write_int |
( |
const GUID & |
p_inputtype, |
|
|
t_int64 |
val |
|
) |
| |
Definition at line 139 of file titleformat.cpp.
virtual void write(const GUID &p_inputtype, const char *p_data, t_size p_data_length=~0)=0
void titleformat_text_out::write_int_padded |
( |
const GUID & |
p_inputtype, |
|
|
t_int64 |
val, |
|
|
t_int64 |
maxval |
|
) |
| |
Definition at line 132 of file titleformat.cpp.
135 while(maxval > 0) {maxval/=10;width++;}
virtual void write(const GUID &p_inputtype, const char *p_data, t_size p_data_length=~0)=0
The documentation for this class was generated from the following files: