Array.hpp File Reference

#include "blocxx/BLOCXX_config.h"
#include "blocxx/ArrayFwd.hpp"
#include "blocxx/COWReference.hpp"
#include "blocxx/Types.hpp"
#include "blocxx/Exception.hpp"
#include "blocxx/vector.hpp"
#include "blocxx/ArrayImpl.hpp"

Go to the source code of this file.

Namespaces

namespace  BLOCXX_NAMESPACE

Classes

class  BLOCXX_NAMESPACE::OutOfBoundsException
class  BLOCXX_NAMESPACE::Array< T >
 Array<> wraps std::vector<> in COWReference<> adding ref counting and copy on write capability. More...

Typedefs

typedef Array< UInt8BLOCXX_NAMESPACE::UInt8Array
typedef Array< Int8BLOCXX_NAMESPACE::Int8Array
typedef Array< UInt16BLOCXX_NAMESPACE::UInt16Array
typedef Array< Int16BLOCXX_NAMESPACE::Int16Array
typedef Array< UInt32BLOCXX_NAMESPACE::UInt32Array
typedef Array< Int32BLOCXX_NAMESPACE::Int32Array
typedef Array< UInt64BLOCXX_NAMESPACE::UInt64Array
typedef Array< Int64BLOCXX_NAMESPACE::Int64Array
typedef Array< Real64BLOCXX_NAMESPACE::Real64Array
typedef Array< Real32BLOCXX_NAMESPACE::Real32Array

Functions

template<class T>
bool BLOCXX_NAMESPACE::operator!= (const Array< T > &x, const Array< T > &y)
 Determine two Arrays are not equal.
template<class T>
bool BLOCXX_NAMESPACE::operator<= (const Array< T > &x, const Array< T > &y)
 Determine if one Array is less than or equal to another.
template<class T>
bool BLOCXX_NAMESPACE::operator>= (const Array< T > &x, const Array< T > &y)
 Determine if one Array is greater than or equal to another.
template<class T>
bool BLOCXX_NAMESPACE::operator> (const Array< T > &x, const Array< T > &y)
 Determine if one Array is greater than another.


Generated on Fri Jun 16 15:39:09 2006 for blocxx by  doxygen 1.4.6