|
Fovia C++ In-Process 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:
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. |
|
inline |
Returns the result of the following operation: internalCBComPtr == rSrc
| rSrc | The right hand side of the compare operation. |
| T CAdapt< T >::m_T |
data member
Referenced by CAdapt< T >::CAdapt(), and CAdapt< T >::operator T &().
1.8.9.1