foobar2000 SDK
2015-08-03
|
#include <service.h>
Public Types | |
typedef service_ptr_t< T > | t_ptr |
Public Member Functions | |
service_instance_array_t () | |
t_size | get_size () const |
const t_ptr & | operator[] (t_size p_index) const |
t_ptr & | operator[] (t_size p_index) |
Private Attributes | |
pfc::array_t< t_ptr > | m_data |
Helper; simulates array with instance of each available implementation of given service class.
typedef service_ptr_t<T> service_instance_array_t< T >::t_ptr |
|
inline |
Definition at line 556 of file service.h.
|
inline |
|
inline |
|
inline |
|
private |