Nana C++ Library. Reference for users.
What we need to use nana
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
nana::detail::thread_refcount Struct Reference

Public Member Functions

 thread_refcount (thread_t thread_id, unsigned refs)
 

Public Attributes

thread_t tid
 
std::vector< unsigned > callstack_refs
 

Constructor & Destructor Documentation

nana::detail::thread_refcount::thread_refcount ( thread_t  thread_id,
unsigned  refs 
)
inline

Member Data Documentation

std::vector<unsigned> nana::detail::thread_refcount::callstack_refs
thread_t nana::detail::thread_refcount::tid