|
|
| NotifyingCounter (std::function< void()> notify, T initial=0) |
|
| NotifyingCounter (const NotifyingCounter &)=delete |
|
NotifyingCounter & | operator= (const NotifyingCounter &)=delete |
|
| NotifyingCounter (NotifyingCounter &&)=delete |
|
NotifyingCounter & | operator= (NotifyingCounter &&)=delete |
|
T | get () const |
|
| operator T () const |
|
void | add (T delta) |
|
NotifyingCounter & | operator+= (T delta) |
|
NotifyingCounter & | operator++ (int) |
|
Bump | addTemporarily (T delta) |
The documentation for this class was generated from the following file: