Honeycomb
0.1
Component-Model Framework
|
This is the complete list of members for honey::thread::Local< T >, including all inherited members.
Fin typedef | honey::thread::Local< T > | |
get() const | honey::thread::Local< T > | inline |
get() | honey::thread::Local< T > | |
Init typedef | honey::thread::Local< T > | |
Local(const Init &init=[]{return new T();}, const Fin &fin=finalize< T >()) | honey::thread::Local< T > | |
operator const T &() const | honey::thread::Local< T > | inline |
operator T &() | honey::thread::Local< T > | inline |
operator*() const | honey::thread::Local< T > | inline |
operator*() | honey::thread::Local< T > | inline |
operator->() const | honey::thread::Local< T > | inline |
operator->() | honey::thread::Local< T > | inline |
operator=(const T &rhs) | honey::thread::Local< T > | inline |
~Local() | honey::thread::Local< T > |