foobar2000 SDK  2015-01-14
Public Member Functions | Data Fields
pfc::int_container_helper< t_type, p_initval >

#include <other.h>

Public Member Functions

 int_container_helper ()
 

Data Fields

t_type m_val
 

Detailed Description

template<typename t_type, t_type p_initval>
class pfc::int_container_helper< t_type, p_initval >

Definition at line 156 of file other.h.

Constructor & Destructor Documentation

template<typename t_type , t_type p_initval>
pfc::int_container_helper< t_type, p_initval >::int_container_helper ( )
inline

Definition at line 158 of file other.h.

158 : m_val(p_initval) {}

Field Documentation

template<typename t_type , t_type p_initval>
t_type pfc::int_container_helper< t_type, p_initval >::m_val

Definition at line 159 of file other.h.


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