foobar2000 SDK  2015-01-14
Public Member Functions | Protected Attributes
service_ptr_base_t< T >

#include <service.h>

+ Inheritance diagram for service_ptr_base_t< T >:

Public Member Functions

Tget_ptr () const throw ()
 

Protected Attributes

Tm_ptr
 

Detailed Description

template<typename T>
class service_ptr_base_t< T >

Definition at line 43 of file service.h.

Member Function Documentation

template<typename T>
T* service_ptr_base_t< T >::get_ptr ( ) const
throw (
)
inline

Definition at line 45 of file service.h.

45 {return m_ptr;}

Field Documentation

template<typename T>
T* service_ptr_base_t< T >::m_ptr
protected

Definition at line 47 of file service.h.


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