Class to hold XObjectPtr return types. More...
#include <XObject.hpp>
Class to hold XObjectPtr return types.
Definition at line 883 of file XObject.hpp.
XObjectPtr::XObjectPtr | ( | XObject * | theXObject = 0 |
) | [inline, explicit] |
Create an XObjectPtr.
Definition at line 894 of file XObject.hpp.
XObjectPtr::XObjectPtr | ( | const XObjectPtr & | theSource | ) | [inline] |
Definition at line 900 of file XObject.hpp.
XObjectPtr::~XObjectPtr | ( | ) | [inline] |
Definition at line 921 of file XObject.hpp.
const XObject* XObjectPtr::get | ( | ) | const [inline] |
Definition at line 967 of file XObject.hpp.
XObject* XObjectPtr::get | ( | ) | [inline] |
Definition at line 973 of file XObject.hpp.
bool XObjectPtr::null | ( | ) | const [inline] |
Definition at line 937 of file XObject.hpp.
const XObject& XObjectPtr::operator* | ( | ) | const [inline] |
Definition at line 943 of file XObject.hpp.
XObject& XObjectPtr::operator* | ( | ) | [inline] |
Definition at line 949 of file XObject.hpp.
XObject* XObjectPtr::operator-> | ( | ) | [inline] |
Definition at line 961 of file XObject.hpp.
const XObject* XObjectPtr::operator-> | ( | ) | const [inline] |
Definition at line 955 of file XObject.hpp.
XObjectPtr& XObjectPtr::operator= | ( | const XObjectPtr & | theRHS | ) | [inline] |
Definition at line 907 of file XObject.hpp.
void XObjectPtr::release | ( | ) | [inline] |
Definition at line 927 of file XObject.hpp.
bool operator< | ( | const XObjectPtr & | theLHS, | |
const XObjectPtr & | theRHS | |||
) | [friend] |
Definition at line 1006 of file XObject.hpp.
bool operator== | ( | const XObjectPtr & | theLHS, | |
const XObjectPtr & | theRHS | |||
) | [friend] |
Definition at line 986 of file XObject.hpp.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|