array.h File Reference

This file contains the definition of Array. More...

#include <vector>
#include <iomanip>
#include <iostream>
#include <climits>
#include "arts.h"

Go to the source code of this file.

Classes

class  Array< base >
 This can be used to make arrays out of anything. More...

Functions

template<class base>
std::ostream & operator<< (std::ostream &os, const Array< base > &v)
 Output operator.
template<class base>
base max (const Array< base > &x)
 Max function.
template<class base>
base min (const Array< base > &x)
 Min function.


Detailed Description

This file contains the definition of Array.

Author:
Stefan Buehler
Date:
2001-09-05

Definition in file array.h.


Function Documentation

template<class base>
base max ( const Array< base > &  x  )  [inline]

Max function.

Definition at line 167 of file array.h.

template<class base>
base min ( const Array< base > &  x  )  [inline]

Min function.

Definition at line 186 of file array.h.

template<class base>
std::ostream& operator<< ( std::ostream &  os,
const Array< base > &  v 
) [inline]

Output operator.

Definition at line 146 of file array.h.


Generated on Wed Feb 4 08:17:21 2009 for ARTS by  doxygen 1.5.6