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

#include <wf_ringbuffer_api.h>

Inheritance diagram for TestClass< Key, Value >::WrapperType:
tervel::containers::wf::RingBuffer< T >::Value

Public Member Functions

 WrapperType (Value x)
 
Value value ()
 
std::string toString ()
 
- Public Member Functions inherited from tervel::containers::wf::RingBuffer< T >::Value
 Value ()
 Empty constructor. More...
 

Private Attributes

const Value x_
 

Additional Inherited Members

- Public Attributes inherited from tervel::containers::wf::RingBuffer< T >::Value
friend RingBuffer
 

Constructor & Destructor Documentation

template<class Key, class Value>
TestClass< Key, Value >::WrapperType::WrapperType ( Value  x)
inline

Member Function Documentation

template<class Key, class Value>
std::string TestClass< Key, Value >::WrapperType::toString ( )
inline
template<class Key, class Value>
Value TestClass< Key, Value >::WrapperType::value ( )
inline

Member Data Documentation

template<class Key, class Value>
const Value TestClass< Key, Value >::WrapperType::x_
private

The documentation for this class was generated from the following file: