B2BITS FIX Antenna HFT
1.0.16
|
Const sensitive pointer. More...
#include <B2BITS_CSRefCounterPtr.h>
Public Types | |
typedef CSRefCounterPtr< T > | MyT |
Public Member Functions | |
CSRefCounterPtr () throw () | |
Default Constructor. More... | |
CSRefCounterPtr (T *apV) throw () | |
Constructor. More... | |
CSRefCounterPtr (T *apV, bool increaseRefCounter) throw () | |
Constructor. More... | |
CSRefCounterPtr (MyT const &aV) throw () | |
Copy constuctor. More... | |
template<typename T2 > | |
CSRefCounterPtr (CSRefCounterPtr< T2 > const &other) throw () | |
Another copy constructor. More... | |
T const * | get () const throw () |
T * | get () throw () |
T const & | operator* () const throw () |
T & | operator* () throw () |
T const * | operator-> () const throw () |
T * | operator-> () throw () |
MyT & | operator= (MyT const &rv) throw () |
T * | release () throw () |
void | reset (T *apI=NULL, bool addRef=true) throw () |
~CSRefCounterPtr () throw () | |
Destructor. More... | |
Const sensitive pointer.
typedef CSRefCounterPtr<T> FixDictionary2::CSRefCounterPtr< T >::MyT |
|
inline |
Default Constructor.
|
inlineexplicit |
Constructor.
|
inline |
Constructor.
|
inline |
Copy constuctor.
|
inline |
Another copy constructor.
|
inline |
Destructor.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References FixDictionary2::CSRefCounterPtr< T >::reset().
|
inline |
|
inline |
Referenced by FixDictionary2::CSRefCounterPtr< T >::operator=().