#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.
|
| xalanc |
| Simple empty elem to push on the stack when nothing else got pushed, so that pop() works correctly.
|
|
|
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) |
|