1#ifndef CASACORE_ARRAYSTR_H
2#define CASACORE_ARRAYSTR_H
17std::ostream &
operator << (std::ostream &,
const Array<T> &);
59std::istream &
operator>> (std::istream &s, Array<T> &x);
62bool read(std::istream &s, Array<T> &x,
63 const IPosition *ip=0,
bool it=
false);
79template<
typename T>
bool readArrayBlock(std::istream &s,
bool &trans,
82 const IPosition *ip=0,
bool it=
false);
134void readAsciiMatrix (Matrix<T>& mat,
const char* fileName);
137void writeAsciiMatrix (
const Matrix<T>& mat,
const char* fileName);
145#include "ArrayStr.tcc"
this file contains all the compiler specific defines
AipsIO & operator>>(AipsIO &os, Record &rec)
ostream & operator<<(ostream &os, const IComplex &)
Show on ostream.
TableExprNode array(const TableExprNode &values, const TableExprNodeSet &shape)
Create an array of the given shape and fill it with the values.
std::string to_string(const IPosition &ip)