foobar2000 SDK
2015-08-03
|
#include <service.h>
Public Member Functions | |
service_factory_single_ref_t (T ¶m) | |
T & | get_static_instance () |
void | instance_create (service_ptr_t< service_base > &p_out) |
Public Member Functions inherited from service_factory_base_t< T::t_interface_entrypoint > | |
service_factory_base_t () | |
Public Member Functions inherited from service_factory_base | |
const GUID & | get_class_guid () const |
Private Attributes | |
T & | instance |
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 () | |
|
inline |
|
inline |
|
inlinevirtual |
Throws std::bad_alloc or another exception on failure.
Implements service_factory_base.
Definition at line 641 of file service.h.
|
private |