foobar2000 SDK  2015-01-14
Public Member Functions | Private Attributes
track_property_provider_v3_info_source_impl

#include <track_property.h>

+ Inheritance diagram for track_property_provider_v3_info_source_impl:

Public Member Functions

 track_property_provider_v3_info_source_impl (metadb_handle_list_cref items)
 
metadb_info_container::ptr get_info (size_t index)
 

Private Attributes

metadb_handle_list_cref m_items
 

Detailed Description

Definition at line 48 of file track_property.h.

Constructor & Destructor Documentation

track_property_provider_v3_info_source_impl::track_property_provider_v3_info_source_impl ( metadb_handle_list_cref  items)
inline

Definition at line 50 of file track_property.h.

50 : m_items(items) {}

Member Function Documentation

metadb_info_container::ptr track_property_provider_v3_info_source_impl::get_info ( size_t  index)
inlinevirtual

Implements track_property_provider_v3_info_source.

Definition at line 51 of file track_property.h.

51 {return m_items[index]->get_info_ref();}

Field Documentation

metadb_handle_list_cref track_property_provider_v3_info_source_impl::m_items
private

Definition at line 53 of file track_property.h.


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