![]() |
SDRAngel
4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
|
#include <limitedcounter.h>
Public Member Functions | |
| LimitedCounter () | |
| LimitedCounter (StoreType value) | |
| void | operator= (const LimitedCounter &rhs) |
| LimitedCounter & | operator++ () |
| LimitedCounter | operator++ (int) |
| LimitedCounter & | operator+= (const uint32_t rhs) |
| StoreType | value () const |
Private Attributes | |
| StoreType | m_counter |
Friends | |
| LimitedCounter | operator- (const LimitedCounter lhs, const LimitedCounter &rhs) |
Definition at line 24 of file limitedcounter.h.
|
inline |
Definition at line 27 of file limitedcounter.h.
|
inline |
Definition at line 31 of file limitedcounter.h.
|
inline |
Definition at line 39 of file limitedcounter.h.
References LimitedCounter< StoreType, Limit >::m_counter.
|
inline |
Definition at line 47 of file limitedcounter.h.
References LimitedCounter< StoreType, Limit >::m_counter.
|
inline |
Definition at line 56 of file limitedcounter.h.
References LimitedCounter< StoreType, Limit >::m_counter.
|
inline |
Definition at line 35 of file limitedcounter.h.
References LimitedCounter< StoreType, Limit >::m_counter.
|
inline |
Definition at line 64 of file limitedcounter.h.
References LimitedCounter< StoreType, Limit >::m_counter.
|
friend |
Definition at line 66 of file limitedcounter.h.
|
private |
Definition at line 80 of file limitedcounter.h.
Referenced by LimitedCounter< StoreType, Limit >::operator++(), LimitedCounter< StoreType, Limit >::operator+=(), LimitedCounter< StoreType, Limit >::operator=(), and LimitedCounter< StoreType, Limit >::value().
1.8.13