Xalan-C++ API Documentation
Xalan-C++ API Documentation
The Xalan C++ XSLT Processor Version 1.4
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
XObjectPtr Class Reference
Class to hold XObjectPtr return types.
More...
#include <XObject.hpp>
Collaboration diagram for XObjectPtr:
List of all members.
Public Methods
Friends
- bool operator== (const XObjectPtr&, const XObjectPtr&)
- bool operator< (const XObjectPtr&, const XObjectPtr&)
Detailed Description
Class to hold XObjectPtr return types.
Constructor & Destructor Documentation
explicit XObjectPtr::XObjectPtr (
|
XObject * theXObject = 0) |
|
XObjectPtr::XObjectPtr (
|
const XObjectPtr & theSource) |
|
XObjectPtr::~XObjectPtr () |
|
Member Function Documentation
const XObject * XObjectPtr::get () const |
|
bool XObjectPtr::null () const |
|
XObject & XObjectPtr::operator * () |
|
const XObject & XObjectPtr::operator * () const |
|
XObject * XObjectPtr::operator-> () |
|
const XObject * XObjectPtr::operator-> () const |
|
XObjectPtr & XObjectPtr::operator= (
|
const XObjectPtr & theRHS) |
|
Friends And Related Function Documentation
bool operator< (
|
const XObjectPtr & theLHS, |
|
const XObjectPtr & theRHS) [friend] |
|
bool operator== (
|
const XObjectPtr & theLHS, |
|
const XObjectPtr & theRHS) [friend] |
|
The documentation for this class was generated from the following file:
Interpreting class diagrams
Doxygen and
GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.4
Copyright © 2000, 2001, 2002 The Apache Software Foundation. All Rights Reserved.
|
|