foobar2000 SDK  2015-01-14
Public Member Functions | Data Fields
pfc::map_t< t_storage_key, t_storage_value, t_comparator >::t_search_query< _t_key >

Public Member Functions

 t_search_query (const _t_key &p_key)
 

Data Fields

_t_key const & m_key
 

Detailed Description

template<typename t_storage_key, typename t_storage_value, typename t_comparator = comparator_default>
template<typename _t_key>
struct pfc::map_t< t_storage_key, t_storage_value, t_comparator >::t_search_query< _t_key >

Definition at line 168 of file map.h.

Constructor & Destructor Documentation

template<typename t_storage_key, typename t_storage_value, typename t_comparator = comparator_default>
template<typename _t_key>
pfc::map_t< t_storage_key, t_storage_value, t_comparator >::t_search_query< _t_key >::t_search_query ( const _t_key &  p_key)
inline

Definition at line 169 of file map.h.

169 : m_key(p_key) {}
_t_key const & m_key
Definition: map.h:170

Field Documentation

template<typename t_storage_key, typename t_storage_value, typename t_comparator = comparator_default>
template<typename _t_key>
_t_key const& pfc::map_t< t_storage_key, t_storage_value, t_comparator >::t_search_query< _t_key >::m_key

Definition at line 170 of file map.h.


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