| access() | basis::array< contents > | inlineprotected |
| array(int number=0, const contents *init=NULL_POINTER, int flags=EXPONENTIAL_GROWTH|FLUSH_INVISIBLE) | basis::array< contents > | protected |
| array(const array< contents > ©_from) | basis::array< contents > | protected |
| columns() const | structures::matrix< contents > | inline |
| concatenate(const array &to_concatenate) | basis::array< contents > | protected |
| concatenate(const contents &to_concatenate) | basis::array< contents > | protected |
| concatenate(const contents *to_concatenate, int length) | basis::array< contents > | protected |
| concatenation(const array &to_concatenate) const | basis::array< contents > | protected |
| concatenation(const contents &to_concatenate) const | basis::array< contents > | protected |
| DEFINE_CLASS_NAME("array") | basis::array< contents > | protected |
| DONT_COPY enum value | basis::array< contents > | protected |
| EXPONE enum value | basis::array< contents > | protected |
| exponential() const | basis::array< contents > | inlineprotected |
| EXPONENTIAL_GROWTH enum value | basis::array< contents > | protected |
| flags() const | basis::array< contents > | inlineprotected |
| FLUSH_INVISIBLE enum value | basis::array< contents > | protected |
| get(int row, int column) | structures::matrix< contents > | |
| get(int row, int column) const | structures::matrix< contents > | |
| basis::array::get(int index) const | basis::array< contents > | protected |
| get_column(int column) | structures::matrix< contents > | |
| get_row(int row) | structures::matrix< contents > | |
| how_to_copy enum name | basis::array< contents > | protected |
| insert(int index, int new_indices) | basis::array< contents > | protected |
| insert_column(int before_column) | structures::matrix< contents > | |
| insert_row(int before_row) | structures::matrix< contents > | |
| internal_block_start() const | basis::array< contents > | inlineprotected |
| internal_block_start() | basis::array< contents > | inlineprotected |
| internal_offset() const | basis::array< contents > | inlineprotected |
| internal_offset_mem() const | basis::array< contents > | inlineprotected |
| internal_real_length() const | basis::array< contents > | inlineprotected |
| last() const | basis::array< contents > | inlineprotected |
| length() const | basis::array< contents > | inlineprotected |
| matrix(int rows=0, int cols=0, contents *data=NULL_POINTER) | structures::matrix< contents > | |
| matrix(const matrix &to_copy) | structures::matrix< contents > | |
| NEW_AT_BEGINNING enum value | basis::array< contents > | protected |
| NEW_AT_END enum value | basis::array< contents > | protected |
| NO_SPECIAL_MODES enum value | basis::array< contents > | protected |
| observe() const | basis::array< contents > | inlineprotected |
| operator+(const array &to_cat) const | basis::array< contents > | inlineprotected |
| operator+(const contents &to_concatenate) const | basis::array< contents > | inlineprotected |
| operator+=(const array &to_concatenate) | basis::array< contents > | inlineprotected |
| operator+=(const contents &to_concatenate) | basis::array< contents > | inlineprotected |
| operator=(const matrix &to_copy) | structures::matrix< contents > | |
| basis::array::operator=(const array< contents > ©_from) | basis::array< contents > | protected |
| operator[](int row) | structures::matrix< contents > | |
| operator[](int row) const | structures::matrix< contents > | |
| overwrite(int index, const array &write_with, int count=-1) | basis::array< contents > | protected |
| put(int row, int column, const contents &to_put) | structures::matrix< contents > | |
| basis::array::put(int index, const contents &to_put) | basis::array< contents > | protected |
| redimension(int new_rows, int new_columns) | structures::matrix< contents > | |
| reset(int rows=0, int columns=0) | structures::matrix< contents > | |
| basis::array::reset(int number=0, const contents *initial_contents=NULL_POINTER) | basis::array< contents > | protected |
| resize(int new_size, how_to_copy way=NEW_AT_END) | basis::array< contents > | protected |
| retrain(int new_size, const contents *to_copy) | basis::array< contents > | protected |
| rows() const | structures::matrix< contents > | inline |
| shift_data(shift_directions where) | basis::array< contents > | protected |
| shift_directions enum name | basis::array< contents > | protected |
| shrink() | basis::array< contents > | protected |
| simple() const | basis::array< contents > | inlineprotected |
| SIMPLE_COPY enum value | basis::array< contents > | protected |
| snarf(array &new_contents) | basis::array< contents > | protected |
| specialc_flags enum name | basis::array< contents > | protected |
| stuff(int length, contents *to_stuff) const | basis::array< contents > | protected |
| subarray(int start, int end) const | basis::array< contents > | protected |
| submatrix(int row, int column, int rows, int columns) const | structures::matrix< contents > | |
| submatrix(matrix &sub, int row, int column, int rows, int cols) const | structures::matrix< contents > | |
| swap_contents(array< contents > &other) | basis::array< contents > | protected |
| TO_LEFT enum value | basis::array< contents > | protected |
| TO_RIGHT enum value | basis::array< contents > | protected |
| transpose() const | structures::matrix< contents > | |
| transpose(matrix &resultant) const | structures::matrix< contents > | |
| use(int index) | basis::array< contents > | protected |
| zap(int start, int end) | basis::array< contents > | protected |
| zap_column(int column_to_zap) | structures::matrix< contents > | |
| zap_row(int row_to_zap) | structures::matrix< contents > | |
| ~array() | basis::array< contents > | protectedvirtual |
| ~matrix() | structures::matrix< contents > | inline |