Spinnaker SDK C++
4.1.0.157
 
 

 
Loading...
Searching...
No Matches

Definition of a simple Counter class. More...

#include <Counter.h>

Public Member Functions

 Counter ()
 
unsigned int GetValue () const
 
unsigned int operator++ ()
 
unsigned int operator++ (int)
 
unsigned int operator-- (int)
 
unsigned int operator-- ()
 
 operator unsigned int ()
 
bool IsZero ()
 

Detailed Description

Definition of a simple Counter class.

Constructor & Destructor Documentation

◆ Counter()

Counter ( )
inline

Member Function Documentation

◆ GetValue()

unsigned int GetValue ( ) const
inline

◆ IsZero()

bool IsZero ( )
inline

◆ operator unsigned int()

operator unsigned int ( )
inline

◆ operator++() [1/2]

unsigned int operator++ ( )
inline

◆ operator++() [2/2]

unsigned int operator++ ( int  )
inline

◆ operator--() [1/2]

unsigned int operator-- ( )
inline

◆ operator--() [2/2]

unsigned int operator-- ( int  )
inline

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