Array< Type > Member List

This is the complete list of members for Array< Type >, including all inherited members.

Array(int length)Array< Type >explicit
Array(Type *data, int length)Array< Type >
Array(const Array< Type > &source)Array< Type >
copyto(Type *dest) const Array< Type >
elemsArray< Type >protected
inject(const Type *source)Array< Type >
inject(const Array< Type > &source)Array< Type >
length() const Array< Type >inline
nArray< Type >protected
operator!=(const Array< Type > &a) const Array< Type >inline
operator=(const Type *source)Array< Type >
operator=(const Array< Type > &source)Array< Type >
operator==(const Array< Type > &a) const Array< Type >inline
operator[](int i)Array< Type >
operator[](int i) const Array< Type >
ownerArray< Type >protected
setvalue(const Type &value)Array< Type >
~Array()Array< Type >