foobar2000 SDK
2015-08-03
|
Go to the source code of this file.
Data Structures | |
class | advconfig_branch |
class | advconfig_branch_factory |
class | advconfig_branch_impl |
class | advconfig_checkbox_factory_t< p_is_radio, prefFlags > |
class | advconfig_entry |
class | advconfig_entry_checkbox |
class | advconfig_entry_checkbox_impl< p_is_radio, prefFlags > |
class | advconfig_entry_checkbox_v2 |
class | advconfig_entry_enum |
class | advconfig_entry_integer_impl |
class | advconfig_entry_string |
class | advconfig_entry_string_impl |
class | advconfig_entry_string_impl_MT |
class | advconfig_entry_string_v2 |
class | advconfig_integer_factory |
class | advconfig_string_factory |
class | advconfig_string_factory_MT |
Typedefs | |
typedef advconfig_checkbox_factory_t< false > | advconfig_checkbox_factory |
typedef advconfig_checkbox_factory_t< true > | advconfig_radio_factory |
typedef advconfig_checkbox_factory_t<false> advconfig_checkbox_factory |
Service factory helper around standard advconfig_entry_checkbox implementation, specialized for checkboxes (rather than radiocheckboxes). See advconfig_checkbox_factory_t<> for more details.
Definition at line 152 of file advconfig.h.
typedef advconfig_checkbox_factory_t<true> advconfig_radio_factory |
Service factory helper around standard advconfig_entry_checkbox implementation, specialized for radiocheckboxes (rather than standard checkboxes). See advconfig_checkbox_factory_t<> for more details.
Definition at line 154 of file advconfig.h.