|
foobar2000 SDK
2015-01-14
|
#include <advconfig.h>
Inheritance diagram for advconfig_branch_factory:Public Member Functions | |
| advconfig_branch_factory (const char *p_name, const GUID &p_guid, const GUID &p_parent, double p_priority) | |
Public Member Functions inherited from service_factory_single_t< advconfig_branch_impl > | |
| advconfig_branch_impl & | get_static_instance () |
| const advconfig_branch_impl & | get_static_instance () const |
| TEMPLATE_CONSTRUCTOR_FORWARD_FLOOD (service_factory_single_t, g_instance) void instance_create(service_ptr_t< service_base > &p_out) | |
Public Member Functions inherited from service_factory_base_t< advconfig_branch_impl::t_interface_entrypoint > | |
| service_factory_base_t () | |
Public Member Functions inherited from service_factory_base | |
| const GUID & | get_class_guid () const |
| virtual void | instance_create (service_ptr_t< service_base > &p_out)=0 |
Additional Inherited Members | |
Static Public Member Functions inherited from service_factory_base | |
| static bool | enum_create (service_ptr_t< service_base > &p_out, service_class_ref p_class, t_size p_index) |
| static service_class_ref | enum_find_class (const GUID &p_guid) |
| static t_size | enum_get_count (service_class_ref p_class) |
| static bool | is_service_present (const GUID &g) |
Data Fields inherited from service_factory_base | |
| service_factory_base * | __internal__next |
Static Public Attributes inherited from service_factory_base | |
| static service_factory_base * | __internal__list = NULL |
Protected Member Functions inherited from service_factory_base | |
| service_factory_base (const GUID &p_guid, service_factory_base *&factoryList) | |
| ~service_factory_base () | |
Service factory helper around standard advconfig_branch implementation. Use this class to register your own Advanced Preferences branches.
Usage: static advconfig_branch_factory mybranch(name, branchID, parentBranchID, priority);.
Definition at line 131 of file advconfig.h.
|
inline |
Definition at line 133 of file advconfig.h.
1.8.9.1