Xalan-C++ API Reference  1.12.0
Classes | Namespaces | 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>
Include dependency graph for XalanVector.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  xalanc::XalanVector< Type, ConstructionTraits >
 

Namespaces

 xalanc
 Simple empty elem to push on the stack when nothing else got pushed, so that pop() works correctly.
 

Functions

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