Tervel  1.0.0
A collection of wait-free containers and algorithms.
Public Member Functions | Public Attributes | List of all members
TestClass< Key, Value >::functor Struct Reference

Public Member Functions

void operator() (std::pair< Key, Value > pair)
 
bool getValue (Value &val)
 
void operator() (std::pair< Key, Value > pair)
 
bool getValue (Value &val)
 

Public Attributes

Value curr_value
 
bool res
 

Member Function Documentation

template<class Key, class Value>
bool TestClass< Key, Value >::functor::getValue ( Value val)
inline
template<class Key, class Value>
bool TestClass< Key, Value >::functor::getValue ( Value val)
inline
template<class Key, class Value>
void TestClass< Key, Value >::functor::operator() ( std::pair< Key, Value pair)
inline
template<class Key, class Value>
void TestClass< Key, Value >::functor::operator() ( std::pair< Key, Value pair)
inline

Member Data Documentation

template<class Key, class Value>
Value TestClass< Key, Value >::functor::curr_value
template<class Key, class Value>
bool TestClass< Key, Value >::functor::res

The documentation for this struct was generated from the following files: