Tervel  1.0.0
A collection of wait-free containers and algorithms.
Public Member Functions | Public Attributes | List of all members
TestObject::counter Struct Reference

#include <testObject.h>

Public Member Functions

int inc ()
 
void reset1 (int offset, int len)
 
void reset2 (std::function< int()> func, int len)
 
void setLimit (int l)
 

Public Attributes

int limit_ = 0
 
int x_ = 0
 
int offset_ = 0
 

Member Function Documentation

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

Member Data Documentation

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: