foobar2000 SDK
2015-08-03
|
#include <service.h>
Public Member Functions | |
service_enum_t () | |
template<typename t_query > | |
bool | first (service_ptr_t< t_query > &p_out) |
template<typename t_query > | |
bool | next (service_ptr_t< t_query > &p_out) |
void | reset () |
Private Member Functions | |
bool | __next (service_ptr_t< t_interface > &p_out) |
Private Attributes | |
service_class_helper_t< t_interface > | m_helper |
unsigned | m_index |
|
inline |
Definition at line 575 of file service.h.
|
inlineprivate |
Definition at line 601 of file service.h.
|
inline |
|
inline |
Definition at line 587 of file service.h.
|
inline |
|
private |
|
private |