#include "OWBI1_config.h"#include "OWBI1_ArrayFwd.hpp"#include "OWBI1_COWReference.hpp"#include "OWBI1_Types.hpp"#include "OWBI1_Exception.hpp"#include "OWBI1_vector.hpp"#include "OWBI1_ArrayImpl.hpp"Include dependency graph for OWBI1_Array.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | OWBI1 |
Classes | |
| class | OWBI1::OutOfBoundsException |
| class | OWBI1::Array< T > |
| Array<> wraps std::vector<> in COWReference<> adding ref counting and copy on write capability. More... | |
Typedefs | |
| typedef Array< UInt8 > | OWBI1::UInt8Array |
| typedef Array< Int8 > | OWBI1::Int8Array |
| typedef Array< UInt16 > | OWBI1::UInt16Array |
| typedef Array< Int16 > | OWBI1::Int16Array |
| typedef Array< UInt32 > | OWBI1::UInt32Array |
| typedef Array< Int32 > | OWBI1::Int32Array |
| typedef Array< UInt64 > | OWBI1::UInt64Array |
| typedef Array< Int64 > | OWBI1::Int64Array |
| typedef Array< Real64 > | OWBI1::Real64Array |
| typedef Array< Real32 > | OWBI1::Real32Array |
Functions | |
| template<class T> | |
| bool | OWBI1::operator!= (const Array< T > &x, const Array< T > &y) |
| template<class T> | |
| bool | OWBI1::operator<= (const Array< T > &x, const Array< T > &y) |
| template<class T> | |
| bool | OWBI1::operator>= (const Array< T > &x, const Array< T > &y) |
| template<class T> | |
| bool | OWBI1::operator> (const Array< T > &x, const Array< T > &y) |
1.4.6