MeteoIODoc  MeteoIODoc-2.6.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Array1D.h File Reference
#include <vector>
#include <limits>
#include <iostream>
#include <iterator>
#include <meteoio/IOUtils.h>
#include <meteoio/IOExceptions.h>

Go to the source code of this file.

Classes

class  mio::Array1D< T >
 The template class Array1D is a 1D array (vector) able to hold any type of object as datatype. If the compilation flag NOSAFECHECKS is used, bounds check is turned off (leading to increased performances). More...
 

Namespaces

 mio
 

Functions

template<class P >
std::iostream & mio::operator<< (std::iostream &os, const Array1D< P > &array)
 
template<class P >
std::iostream & mio::operator>> (std::iostream &is, Array1D< P > &array)