Honeycomb  0.1
Component-Model Framework
honey::thread::Local< T > Member List

This is the complete list of members for honey::thread::Local< T >, including all inherited members.

Fin typedefhoney::thread::Local< T >
get() const honey::thread::Local< T >inline
get()honey::thread::Local< T >
Init typedefhoney::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 >