WvStreams
|
Smart pointer class for XPLC interfaces. More...
#include <ptr.h>
Public Member Functions | |
xplc_ptr (T *aObj) | |
Construct an xplc_ptr from a raw pointer. More... | |
template<class P > | |
xplc_ptr (const xplc_ptr< P > &aObj) | |
Construct an xplc_ptr from another xplc_ptr. More... | |
ProtectedPtr * | operator-> () const |
Provide an operator->. More... | |
operator ProtectedPtr * () const | |
Provide an operator*. More... | |
xplc_ptr & | operator= (T *_ptr) |
Assign a raw pointer to an xplc_ptr. More... | |
Smart pointer class for XPLC interfaces.
|
inline |
|
inline |