1#ifndef CASACORE_ARRAYSTR_H
2#define CASACORE_ARRAYSTR_H
79template<
typename T>
bool readArrayBlock(std::istream &s,
bool &trans,
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
friend AipsIO & operator>>(AipsIO &os, Record &rec)
Read the Record from an input stream.
ostream & operator<<(ostream &os, const IComplex &)
Show on ostream.
virtual int read()
The read()' and write()' functions control reading and writing data from the external FITS I/O medium...
TYPE * array
the allocated array
std::string to_string(const IPosition &ip)