NAMD
|
#include <Array.h>
Public Types | |
typedef Elem * | iterator |
typedef const Elem * | const_iterator |
Public Member Functions | |
Array (void) | |
~Array (void) | |
Array (const Array< Elem, Size > &a2) | |
Array< Elem, Size > & | operator= (const Array< Elem, Size > &a2) |
Array (const Elem &v) | |
Array< Elem, Size > & | operator= (const Elem &v) |
Elem & | operator[] (int index) |
const Elem & | operator[] (int index) const |
iterator | begin (void) |
iterator | end (void) |
const_iterator | const_begin (void) const |
const_iterator | const_end (void) const |
Public Attributes | |
Elem | data [Size] |
Copyright (c) 1995, 1996, 1997, 1998, 1999, 2000 by The Board of Trustees of the University of Illinois. All rights reserved.
typedef const Elem* Array< Elem, Size >::const_iterator |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Elem Array< Elem, Size >::data[Size] |
Definition at line 13 of file Array.h.
Referenced by Array< double, Size >::Array(), Array< double, Size >::begin(), Array< double, Size >::const_begin(), Array< double, Size >::const_end(), Array< double, Size >::end(), MathArray< double, 7 >::operator*=(), MathArray< double, 7 >::operator+=(), MathArray< double, 7 >::operator-=(), MathArray< double, 7 >::operator/=(), Array< double, Size >::operator=(), and Array< double, Size >::operator[]().