#include <nimble.quanta.h>
◆ invoke_counter_t() [1/4]
template<class int_t = int>
◆ invoke_counter_t() [2/4]
template<class int_t = int>
Definition nimble.quanta.h:125
◆ invoke_counter_t() [3/4]
template<class int_t = int>
◆ invoke_counter_t() [4/4]
template<class int_t = int>
◆ get_count()
template<class int_t = int>
144 {
145 return count;
146 }
◆ increment()
template<class int_t = int>
154 {
155 return count++;
156 }
◆ operator()()
template<class int_t = int>
149 {
150 return count++;
151 }
◆ operator=() [1/2]
template<class int_t = int>
◆ operator=() [2/2]
template<class int_t = int>
◆ reset()
template<class int_t = int>
The documentation for this class was generated from the following file: