#include <testObject.h>
|
| int | inc () |
| |
| void | reset1 (int offset, int len) |
| |
| void | reset2 (std::function< int()> func, int len) |
| |
| void | setLimit (int l) |
| |
| int TestObject::counter::inc |
( |
| ) |
|
|
inline |
| void TestObject::counter::reset1 |
( |
int |
offset, |
|
|
int |
len |
|
) |
| |
|
inline |
| void TestObject::counter::reset2 |
( |
std::function< int()> |
func, |
|
|
int |
len |
|
) |
| |
|
inline |
| void TestObject::counter::setLimit |
( |
int |
l | ) |
|
|
inline |
| int TestObject::counter::limit_ = 0 |
| int TestObject::counter::offset_ = 0 |
| int TestObject::counter::x_ = 0 |
The documentation for this struct was generated from the following file: