#include <advconfig.h>

Public Member Functions | |
| advconfig_entry_string_impl (const char *p_name, const GUID &p_guid, const GUID &p_parent, double p_priority, const char *p_initialstate) | |
| void | get_name (pfc::string_base &p_out) |
| GUID | get_guid () |
| GUID | get_parent () |
| void | reset () |
| double | get_sort_priority () |
| void | get_state (pfc::string_base &p_out) |
| void | set_state (const char *p_string, t_size p_length=infinite) |
| t_uint32 | get_flags () |
| advconfig_entry_string_impl::advconfig_entry_string_impl | ( | const char * | p_name, | |
| const GUID & | p_guid, | |||
| const GUID & | p_parent, | |||
| double | p_priority, | |||
| const char * | p_initialstate | |||
| ) | [inline] |
| void advconfig_entry_string_impl::get_name | ( | pfc::string_base & | p_out | ) | [inline, virtual] |
Implements advconfig_entry.
| GUID advconfig_entry_string_impl::get_guid | ( | ) | [inline, virtual] |
Implements advconfig_entry.
| GUID advconfig_entry_string_impl::get_parent | ( | ) | [inline, virtual] |
Implements advconfig_entry.
| void advconfig_entry_string_impl::reset | ( | ) | [inline, virtual] |
Implements advconfig_entry.
| double advconfig_entry_string_impl::get_sort_priority | ( | ) | [inline, virtual] |
Implements advconfig_entry.
| void advconfig_entry_string_impl::get_state | ( | pfc::string_base & | p_out | ) | [inline, virtual] |
Implements advconfig_entry_string.
| void advconfig_entry_string_impl::set_state | ( | const char * | p_string, | |
| t_size | p_length = infinite | |||
| ) | [inline, virtual] |
Implements advconfig_entry_string.
| t_uint32 advconfig_entry_string_impl::get_flags | ( | ) | [inline, virtual] |
Implements advconfig_entry_string.
1.5.5