Itasca C++ Interface
|
Public Types | |
typedef uint64 | size_type |
Public Member Functions | |
FlatArrayVec (size_type s, double=1.3) | |
FlatArrayVec (const FlatArrayVec< T > &f) | |
FlatArrayVec (std::initializer_list< T > l) | |
const FlatArrayVec< T > & | operator= (const FlatArrayVec< T > &f) |
const size_type & | allocated () const |
size_type | removeReplaceLast (size_type i) |
size_type | removeReplaceLastClip (size_type i) |
bool | remove (size_type i) |
size_type | removeAll (const T &t) |
void | reset () |
void | clip () |