man ost_Counter (Fonctions bibliothèques) -

NAME

ost::Counter -

SYNOPSIS



#include <counter.h>

Public Member Functions

Counter ()

Counter (const Counter &c)

Counter (T c)

T & operator= (T c)

operator T ()

Protected Attributes

T count

template<typename T> class ost::Counter< T >

Constructor & Destructor Documentation

template<typename T> ost::Counter< T >::Counter () [inline]

template<typename T> ost::Counter< T >::Counter (const Counter< T > & c) [inline]

template<typename T> ost::Counter< T >::Counter (T c) [inline]

Member Function Documentation

template<typename T> ost::Counter< T >::operator T () [inline]

template<typename T> T& ost::Counter< T >::operator= (T c) [inline]

Member Data Documentation

template<typename T> T ost::Counter< T >::count [protected]

Author

Generated automatically by Doxygen for GNU CommonC++ from the source code.