| 
| 
  | 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 () | 
|   | 
| 
const T &  | operator[] (const int nIndex) const | 
|   | 
| 
T &  | operator[] (const int nIndex) | 
|   | 
The documentation for this class was generated from the following file: