#include <Xsil.hh>
Public Member Functions | |
| xsilHandlerPtr (xsilHandler *x=0) | |
| xsilHandlerPtr (const xsilHandlerPtr &p) | |
| ~xsilHandlerPtr () | |
| xsilHandlerPtr & | operator= (const xsilHandlerPtr &p) |
| xsilHandler & | operator * () const |
| xsilHandler * | operator-> () const |
| bool | operator== (const xsilHandler *p) |
| bool | operator!= (const xsilHandler *p) |
Auto pointer for handler
| xml::xsilHandlerPtr::xsilHandlerPtr | ( | xsilHandler * | x = 0 |
) | [inline, explicit] |
Default constructor
| xml::xsilHandlerPtr::xsilHandlerPtr | ( | const xsilHandlerPtr & | p | ) | [inline] |
Copy constructor.
| xml::xsilHandlerPtr::~xsilHandlerPtr | ( | ) | [inline] |
Destructor
| xsilHandlerPtr& xml::xsilHandlerPtr::operator= | ( | const xsilHandlerPtr & | p | ) | [inline] |
Assignment operator
| xsilHandler& xml::xsilHandlerPtr::operator * | ( | ) | const [inline] |
dereference operator.
| xsilHandler* xml::xsilHandlerPtr::operator-> | ( | ) | const [inline] |
Pointer operator.
| bool xml::xsilHandlerPtr::operator== | ( | const xsilHandler * | p | ) | [inline] |
Test if equal to the specified pointer.
| bool xml::xsilHandlerPtr::operator!= | ( | const xsilHandler * | p | ) | [inline] |
Test if not equal to the specified pointer.
1.5.4