| Array() | om::util::Array< T, SizeType, AllocatorType > | inline |
| Array(SizeType arraySize) | om::util::Array< T, SizeType, AllocatorType > | inlineexplicit |
| Array(SizeType arraySize, const T &prototype) | om::util::Array< T, SizeType, AllocatorType > | inlineexplicit |
| Array(T *newArray, SizeType arraySize) | om::util::Array< T, SizeType, AllocatorType > | inlineexplicit |
| Array(const T *newArray, SizeType arraySize) | om::util::Array< T, SizeType, AllocatorType > | inlineexplicit |
| Array(const Array &other) | om::util::Array< T, SizeType, AllocatorType > | inline |
| Array(const Array &other, SizeType number) | om::util::Array< T, SizeType, AllocatorType > | inline |
| getPointer() | om::util::Array< T, SizeType, AllocatorType > | inline |
| getPointer() const | om::util::Array< T, SizeType, AllocatorType > | inline |
| getSize() const | om::util::Array< T, SizeType, AllocatorType > | inline |
| isNull() const | om::util::Array< T, SizeType, AllocatorType > | inline |
| isSet() const | om::util::Array< T, SizeType, AllocatorType > | inline |
| operator const T *() const | om::util::Array< T, SizeType, AllocatorType > | inline |
| operator T *() | om::util::Array< T, SizeType, AllocatorType > | inline |
| operator!=(const Array &array) const | om::util::Array< T, SizeType, AllocatorType > | inline |
| operator+(const Array &other) const | om::util::Array< T, SizeType, AllocatorType > | inline |
| operator=(const Array &other) | om::util::Array< T, SizeType, AllocatorType > | inline |
| operator==(const Array &array) const | om::util::Array< T, SizeType, AllocatorType > | inline |
| setAll(const T &prototype) | om::util::Array< T, SizeType, AllocatorType > | inline |
| setSize(SizeType newSize) | om::util::Array< T, SizeType, AllocatorType > | inline |
| setSize(SizeType newSize, const T &prototype) | om::util::Array< T, SizeType, AllocatorType > | |
| ~Array() | om::util::Array< T, SizeType, AllocatorType > | inline |