foobar2000 SDK
2015-08-03
Main Page
Related Pages
Namespaces
Data Structures
Files
Namespace List
Namespace Members
Functions
service_impl_helper Namespace Reference
Functions
void
release_object_delayed
(
service_ptr
obj)
Function Documentation
void service_impl_helper::release_object_delayed
(
service_ptr
obj
)
Definition at line
42
of file
service.cpp
.
42
{
43
static_api_ptr_t<main_thread_callback_manager>
()->add_callback(
new
service_impl_t<main_thread_callback_release_object>
(obj));
44
}
service_impl_t
Template implementing reference-counting features of service_base. Intended for dynamic instantiation...
Definition:
service_impl.h:4
static_api_ptr_t
Helper template used to easily access core services. Usage: static_api_ptr_t<myclass> api; api->doso...
Definition:
service.h:533
Generated by
1.8.11