Public Member Functions | |
Holder (data_type *data) | |
virtual | ~Holder () |
Public Attributes | |
data_type * | data |
Private Member Functions | |
Holder (const Holder &other) | |
Holder & | operator= (const Holder &other) |
Definition at line 124 of file OmniThreads.hh.
threading::ThreadLocalDataHolder< T >::Holder::Holder | ( | data_type * | data | ) | [inline] |
Definition at line 126 of file OmniThreads.hh.
virtual threading::ThreadLocalDataHolder< T >::Holder::~Holder | ( | ) | [inline, virtual] |
Definition at line 127 of file OmniThreads.hh.
threading::ThreadLocalDataHolder< T >::Holder::Holder | ( | const Holder & | other | ) | [private] |
Holder& threading::ThreadLocalDataHolder< T >::Holder::operator= | ( | const Holder & | other | ) | [private] |
data_type* threading::ThreadLocalDataHolder< T >::Holder::data |
Definition at line 127 of file OmniThreads.hh.