#include <titleformat_config.h>

Public Member Functions | |
| GUID | get_guid () |
| const char * | get_name () |
| void | get_data (pfc::string_base &p_out) |
| void | set_data (const char *p_string, unsigned p_string_length) |
| void | reset () |
| bool | compile (service_ptr_t< titleformat_object > &p_out) |
| double | get_order_priority () |
| titleformat_config_impl (const GUID &, const char *p_name, const char *p_initvalue, double p_order) | |
| titleformat_config_impl::titleformat_config_impl | ( | const GUID & | , | |
| const char * | p_name, | |||
| const char * | p_initvalue, | |||
| double | p_order | |||
| ) |
| GUID titleformat_config_impl::get_guid | ( | ) | [virtual] |
Implements titleformat_config.
| const char* titleformat_config_impl::get_name | ( | ) | [virtual] |
Implements titleformat_config.
| void titleformat_config_impl::get_data | ( | pfc::string_base & | p_out | ) | [virtual] |
Implements titleformat_config.
| void titleformat_config_impl::set_data | ( | const char * | p_string, | |
| unsigned | p_string_length | |||
| ) | [virtual] |
Implements titleformat_config.
| void titleformat_config_impl::reset | ( | ) | [virtual] |
Implements titleformat_config.
| bool titleformat_config_impl::compile | ( | service_ptr_t< titleformat_object > & | p_out | ) | [virtual] |
Implements titleformat_config.
| double titleformat_config_impl::get_order_priority | ( | ) | [virtual] |
Implements titleformat_config.
1.5.5