Skip to content

Class Spinnaker::GenApi::Counter

ClassList > GenApi > Counter

Definition of a simple Counter class.

  • #include <Counter.h>

Public Functions

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

Public Functions Documentation

function Counter

inline GenApi::Counter::Counter () 

function GetValue

inline unsigned  int GenApi::Counter::GetValue () const

function IsZero

inline bool GenApi::Counter::IsZero () 

function operator unsigned int

inline GenApi::Counter::operator unsigned int () 

function operator++

inline unsigned  int GenApi::Counter::operator++ () 

function operator++

inline unsigned  int GenApi::Counter::operator++ (
    int
) 

function operator--

inline unsigned  int GenApi::Counter::operator-- (
    int
) 

function operator--

inline unsigned  int GenApi::Counter::operator-- () 


The documentation for this class was generated from the following file C:/workspace/include/SpinGenApi/Counter.h