foobar2000 SDK  2015-01-14
Public Member Functions | Private Attributes
pfc::incrementScope< t_val >

#include <primitives.h>

Public Member Functions

 incrementScope (t_val &i)
 
 ~incrementScope ()
 

Private Attributes

t_val & v
 

Detailed Description

template<typename t_val>
class pfc::incrementScope< t_val >

Definition at line 842 of file primitives.h.

Constructor & Destructor Documentation

template<typename t_val >
pfc::incrementScope< t_val >::incrementScope ( t_val &  i)
inline

Definition at line 844 of file primitives.h.

844 : v(i) {++v;}
template<typename t_val >
pfc::incrementScope< t_val >::~incrementScope ( )
inline

Definition at line 845 of file primitives.h.

845 {--v;}

Field Documentation

template<typename t_val >
t_val& pfc::incrementScope< t_val >::v
private

Definition at line 847 of file primitives.h.


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