libzypp  10.5.0
zypp::Counter< _IntT > Class Template Reference

Integral type with initial value 0. More...

#include <Counter.h>

List of all members.

Public Member Functions

 Counter (_IntT value_r=_IntT(0))
 operator _IntT & ()
 operator const _IntT & () const

Public Attributes

_IntT _value

Detailed Description

template<class _IntT>
class zypp::Counter< _IntT >

Integral type with initial value 0.

Definition at line 28 of file Counter.h.


Constructor & Destructor Documentation

template<class _IntT>
zypp::Counter< _IntT >::Counter ( _IntT  value_r = _IntT(0)) [inline]

Definition at line 31 of file Counter.h.


Member Function Documentation

template<class _IntT>
zypp::Counter< _IntT >::operator _IntT & ( ) [inline]

Definition at line 35 of file Counter.h.

template<class _IntT>
zypp::Counter< _IntT >::operator const _IntT & ( ) const [inline]

Definition at line 38 of file Counter.h.


Member Data Documentation

template<class _IntT>
_IntT zypp::Counter< _IntT >::_value

Definition at line 42 of file Counter.h.


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