#include <titleformat.h>

Public Member Functions | |
| titleformat_hook_impl_list (t_size p_index, t_size p_total) | |
| bool | process_field (titleformat_text_out *p_out, const char *p_name, t_size p_name_length, bool &p_found_flag) |
| bool | process_function (titleformat_text_out *p_out, const char *p_name, t_size p_name_length, titleformat_hook_function_params *p_params, bool &p_found_flag) |
| 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 | |||
| ) | [inline, virtual] |
Implements titleformat_hook.
| bool titleformat_hook_impl_list::process_function | ( | titleformat_text_out * | p_out, | |
| const char * | p_name, | |||
| t_size | p_name_length, | |||
| titleformat_hook_function_params * | p_params, | |||
| bool & | p_found_flag | |||
| ) | [inline, virtual] |
Implements titleformat_hook.
1.5.5