INMOST
A toolkit for distributed mathematical modeling
INMOST::thread_private< T > Class Template Reference

Public Member Functions

 thread_private (const T &b)
 
 thread_private (const thread_private &b)
 
thread_privateoperator= (thread_private const &b)
 
T & operator* ()
 
const T & operator* () const
 
T & get ()
 
const T & get () const
 
T & get (int k)
 
const T & get (int k) const
 
T * operator-> ()
 
const T * operator-> () const
 

Detailed Description

template<typename T>
class INMOST::thread_private< T >

Definition at line 1568 of file container.hpp.


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