GATE
gate::ThreadVar< T > Class Template Reference
Inheritance diagram for gate::ThreadVar< T >:
gate::NonCopyable

Public Types

typedef T var_type_t
 

Public Member Functions

 ThreadVar (ThreadStorage &storage)
 
bool_t empty () const
 
bool_t operator! () const
 
var_type_t * get ()
 
var_type_t const * get () const
 
var_type_t & operator* ()
 
var_type_t const & operator* () const
 
var_type_t * operator-> ()
 
var_type_t const * operator-> () const
 
void create ()
 
void create (var_type_t const &src)
 
void destroy ()
 

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