Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


Classes | Functions
XalanVector.hpp File Reference
#include <xalanc/Include/PlatformDefinitions.hpp>
#include <cstddef>
#include <algorithm>
#include <cassert>
#include <new>
#include <iterator>
#include <stdexcept>
#include <xalanc/Include/XalanMemoryManagement.hpp>

Go to the source code of this file.

Classes

class  XalanVector< Type, ConstructionTraits >
 

Functions

template<class Type >
void swap (XalanVector< Type > &theLHS, XalanVector< Type > &theRHS)
 
template<class Type >
bool operator== (const XalanVector< Type > &theLHS, const XalanVector< Type > &theRHS)
 
template<class Type >
bool operator!= (const XalanVector< Type > &theLHS, const XalanVector< Type > &theRHS)
 
template<class Type >
bool operator< (const XalanVector< Type > &theLHS, const XalanVector< Type > &theRHS)
 
template<class Type >
bool operator<= (const XalanVector< Type > &theLHS, const XalanVector< Type > &theRHS)
 
template<class Type >
bool operator> (const XalanVector< Type > &theLHS, const XalanVector< Type > &theRHS)
 
template<class Type >
bool operator>= (const XalanVector< Type > &theLHS, const XalanVector< Type > &theRHS)
 

Function Documentation

◆ operator!=()

template<class Type >
bool operator!= ( const XalanVector< Type > &  theLHS,
const XalanVector< Type > &  theRHS 
)
inline

Definition at line 1188 of file XalanVector.hpp.

◆ operator<()

template<class Type >
bool operator< ( const XalanVector< Type > &  theLHS,
const XalanVector< Type > &  theRHS 
)
inline

Definition at line 1199 of file XalanVector.hpp.

◆ operator<=()

template<class Type >
bool operator<= ( const XalanVector< Type > &  theLHS,
const XalanVector< Type > &  theRHS 
)
inline

Definition at line 1214 of file XalanVector.hpp.

◆ operator==()

template<class Type >
bool operator== ( const XalanVector< Type > &  theLHS,
const XalanVector< Type > &  theRHS 
)
inline

Definition at line 1166 of file XalanVector.hpp.

◆ operator>()

template<class Type >
bool operator> ( const XalanVector< Type > &  theLHS,
const XalanVector< Type > &  theRHS 
)
inline

Definition at line 1225 of file XalanVector.hpp.

◆ operator>=()

template<class Type >
bool operator>= ( const XalanVector< Type > &  theLHS,
const XalanVector< Type > &  theRHS 
)
inline

Definition at line 1236 of file XalanVector.hpp.

◆ swap()

template<class Type >
void swap ( XalanVector< Type > &  theLHS,
XalanVector< Type > &  theRHS 
)
inline

Definition at line 1155 of file XalanVector.hpp.

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.11
Copyright © 1999-2012 The Apache Software Foundation.
All Rights Reserved.

Apache Logo