#include <titleformat.h>
Definition at line 172 of file titleformat.h.
titleformat_hook_impl_list::titleformat_hook_impl_list |
( |
t_size |
p_index, |
|
|
t_size |
p_total |
|
) |
| |
|
inline |
bool titleformat_hook_impl_list::process_field |
( |
titleformat_text_out * |
p_out, |
|
|
const char * |
p_name, |
|
|
t_size |
p_name_length, |
|
|
bool & |
p_found_flag |
|
) |
| |
|
inlinevirtual |
Implements titleformat_hook.
Definition at line 176 of file titleformat.h.
181 p_found_flag =
true;
return true;
186 p_found_flag =
true;
return true;
188 p_found_flag =
false;
return false;
void write_int_padded(const GUID &p_inputtype, t_int64 val, t_int64 maxval)
int stricmp_ascii_ex(const char *const s1, t_size const len1, const char *const s2, t_size const len2)
void write_int(const GUID &p_inputtype, t_int64 val)
t_size titleformat_hook_impl_list::m_index |
|
private |
t_size titleformat_hook_impl_list::m_total |
|
private |
The documentation for this class was generated from the following file: