Public Member Functions | Public Attributes | List of all members
RTT::internal::TsPool< T >::Item Struct Reference

Public Member Functions

 Item ()
 

Public Attributes

volatile Pointer_t next
 
value_t value
 

Detailed Description

template<typename T>
struct RTT::internal::TsPool< T >::Item

The implementation assumes that value is the first element of this struct and that there are no virtual functions in this class.

Definition at line 82 of file TsPool.hpp.

Constructor & Destructor Documentation

template<typename T>
RTT::internal::TsPool< T >::Item::Item ( )
inline

Definition at line 87 of file TsPool.hpp.

Member Data Documentation

template<typename T>
volatile Pointer_t RTT::internal::TsPool< T >::Item::next

Definition at line 85 of file TsPool.hpp.

template<typename T>
value_t RTT::internal::TsPool< T >::Item::value

Definition at line 84 of file TsPool.hpp.


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


rtt
Author(s): RTT Developers
autogenerated on Tue Jun 25 2019 19:33:45