#include <mia/core/defines.hh>#include <mia/core/errormacro.hh>#include <memory>#include <cstring>#include <cassert>#include <ostream>Go to the source code of this file.
Data Structures | |
| class | TCArrayWrapper< T > |
| A wrapper around the c-array to provide an STL like interface for iterators. More... | |
Typedefs | |
| typedef TCArrayWrapper< double > | CDoubleVector |
Functions | |
| template<typename T > | |
| std::ostream & | operator<< (std::ostream &os, const TCArrayWrapper< T > &v) |
| std::ostream& operator<< | ( | std::ostream & | os, |
| const TCArrayWrapper< T > & | v | ||
| ) |
Definition at line 240 of file core/vector.hh.