 |
GenApi 3.5.1
|
Go to the documentation of this file.
29#ifndef GENAPI_COUNTER_H
30#define GENAPI_COUNTER_H
32namespace GENAPI_NAMESPACE {
37 Counter() : m_value(0)
41 unsigned int GetValue()
const
44 unsigned int operator++()
49 unsigned int operator++(
int)
54 unsigned int operator--(
int)
60 unsigned int operator--()
66 operator unsigned int()