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

Integral type with initial value 0. More...

#include <Counter.h>

Public Member Functions

 operator const _IntT & () const
 

Public Attributes

 __pad0__: _value( _IntT( value_r ) ) {} operator _IntT &() { return _value
 
_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.

Member Function Documentation

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>
zypp::Counter< _IntT >::__pad0__

Definition at line 36 of file Counter.h.

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: