Go to the source code of this file.
Classes | |
| class | advconfig_entry |
| class | advconfig_branch |
| class | advconfig_entry_checkbox |
| class | advconfig_entry_string |
| class | advconfig_branch_impl |
| class | advconfig_entry_checkbox_impl< p_is_radio > |
| class | advconfig_branch_factory |
| class | advconfig_checkbox_factory_t< p_is_radio > |
| class | advconfig_entry_string_impl |
| Standard advconfig_entry_string implementation. Use advconfig_string_factory to register your own string entries in Advanced Preferences instead of using this class directly. More... | |
| class | advconfig_string_factory |
| class | advconfig_entry_integer_impl |
| Special advconfig_entry_string implementation - implements integer entries. Use advconfig_integer_factory to register your own integer entries in Advanced Preferences instead of using this class directly. More... | |
| class | advconfig_integer_factory |
| class | advconfig_entry_enum |
| Not currently used, reserved for future use. More... | |
| class | advconfig_entry_string_impl_MT |
| Special version if advconfig_entry_string_impl that allows the value to be retrieved from worker threads. More... | |
| class | advconfig_string_factory_MT |
| Special version if advconfig_string_factory that allows the value to be retrieved from worker threads. More... | |
Typedefs | |
| 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. | |
| 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. | |
| 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.
| 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.
1.5.5