#include <advconfig.h>

Public Types | |
| enum | { flag_is_integer = 1 << 0, flag_is_signed = 1 << 1 } |
| typedef advconfig_entry_string | t_interface |
| typedef advconfig_entry | t_interface_parent |
Public Member Functions | |
| virtual void | get_state (pfc::string_base &p_out)=0 |
| virtual void | set_state (const char *p_string, t_size p_length=infinite)=0 |
| virtual t_uint32 | get_flags ()=0 |
Static Public Attributes | |
| static const GUID | class_guid = { 0x185d582d, 0xfbd8, 0x4db3, { 0xbe, 0x23, 0x47, 0xaa, 0xc6, 0x75, 0xfc, 0x11 } } |
Reimplemented from advconfig_entry.
Reimplemented from advconfig_entry.
| virtual void advconfig_entry_string::get_state | ( | pfc::string_base & | p_out | ) | [pure virtual] |
Implemented in advconfig_entry_string_impl, and advconfig_entry_integer_impl.
| virtual void advconfig_entry_string::set_state | ( | const char * | p_string, | |
| t_size | p_length = infinite | |||
| ) | [pure virtual] |
Implemented in advconfig_entry_string_impl, and advconfig_entry_integer_impl.
| virtual t_uint32 advconfig_entry_string::get_flags | ( | ) | [pure virtual] |
Implemented in advconfig_entry_string_impl, and advconfig_entry_integer_impl.
const GUID advconfig_entry_string::class_guid = { 0x185d582d, 0xfbd8, 0x4db3, { 0xbe, 0x23, 0x47, 0xaa, 0xc6, 0x75, 0xfc, 0x11 } } [static] |
Reimplemented from advconfig_entry.
1.5.5