IMP
2.0.0
The Integrative Modeling Platform
|
Store an array of values of the same type. More...
#include <IMP/base/ConstVector.h>
Public Member Functions | |
ConstVector (unsigned int sz, Data fill) | |
template<class It > | |
ConstVector (It b, It e) | |
template<class Vector > | |
ConstVector (const Vector &i) | |
Data | operator[] (unsigned int i) const |
void | show (std::ostream &out=std::cout) const |
unsigned int | size () const |
Items must be comparable and hashable and the arrays cannote be changed after creation.
Definition at line 27 of file ConstVector.h.