#include <titleformat.h>

Public Member Functions | |
| titleformat_hook_impl_splitter (titleformat_hook *p_hook1, titleformat_hook *p_hook2) | |
| 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) |
| titleformat_hook_impl_splitter::titleformat_hook_impl_splitter | ( | titleformat_hook * | p_hook1, | |
| titleformat_hook * | p_hook2 | |||
| ) | [inline] |
| bool titleformat_hook_impl_splitter::process_field | ( | titleformat_text_out * | p_out, | |
| const char * | p_name, | |||
| t_size | p_name_length, | |||
| bool & | p_found_flag | |||
| ) | [virtual] |
Implements titleformat_hook.
| bool titleformat_hook_impl_splitter::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 | |||
| ) | [virtual] |
Implements titleformat_hook.
1.5.5