foobar2000 SDK  2015-01-14
input_factory_ex_t< T, t_flags, t_decoder, t_inforeader, t_infowriter >

#include <input_impl.h>

+ Inheritance diagram for input_factory_ex_t< T, t_flags, t_decoder, t_inforeader, t_infowriter >:

Additional Inherited Members

- Public Member Functions inherited from service_factory_single_t< input_entry_impl_t< T, t_flags, t_decoder, t_inforeader, t_infowriter > >
input_entry_impl_t< T, t_flags, t_decoder, t_inforeader, t_infowriter > & get_static_instance ()
 
const input_entry_impl_t< T, t_flags, t_decoder, t_inforeader, t_infowriter > & 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< input_entry_impl_t< T, t_flags, t_decoder, t_inforeader, t_infowriter >::t_interface_entrypoint >
 service_factory_base_t ()
 
- Public Member Functions inherited from service_factory_base
const GUIDget_class_guid () const
 
virtual void instance_create (service_ptr_t< service_base > &p_out)=0
 
- 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 ()
 

Detailed Description

template<typename T, unsigned t_flags = 0, typename t_decoder = input_decoder, typename t_inforeader = input_info_reader, typename t_infowriter = input_info_writer>
class input_factory_ex_t< T, t_flags, t_decoder, t_inforeader, t_infowriter >

Extended version of input_factory_t, with non-default flags and supported interfaces. See: input_factory_t, input_entry::get_flags().

Definition at line 338 of file input_impl.h.


The documentation for this class was generated from the following file: