Fovia's C++ Client/Server API
|
Public Member Functions | |
CAdapt () | |
CAdapt (const T &rSrc) | |
CAdapt (const CAdapt &rSrCA) | |
operator const T & () const | |
operator T & () | |
bool | operator< (const T &rSrc) const |
CAdapt & | operator= (const T &rSrc) |
bool | operator== (const T &rSrc) const |
Public Attributes | |
T | m_T |
Class to adapt CBComPtr for use with STL containers the syntax to use it is:
Constructor that assigns a CBComPtr to this object.
rSrc | The CBComPtr to assign to this object. |
References CAdapt< T >::m_T.
Standard copy constructor.
rSrCA | The CAdapt which will be copied to the new object. |
References CAdapt< T >::m_T.
|
inline |
operator
|
inline |
Casting this object to a CBComPtr returns the internal CBComPtr contained in this object.
References CAdapt< T >::m_T.
|
inline |
Returns the result of the following operation: internalCBComPtr < rSrc
rSrc | The right hand side of the compare operation. |
References CAdapt< T >::m_T.
Assigns the CBComPtr to this CAdapt object.
rSrc | The CBComPtr to assign to this object. |
References CAdapt< T >::m_T.
|
inline |
Returns the result of the following operation: internalCBComPtr == rSrc
rSrc | The right hand side of the compare operation. |
References CAdapt< T >::m_T.
T CAdapt< T >::m_T |
data member
Referenced by CAdapt< T >::CAdapt(), CAdapt< T >::operator T &(), CAdapt< T >::operator<(), CAdapt< T >::operator=(), and CAdapt< T >::operator==().