29#include <casacore/casa/aips.h>
32#include <casacore/casa/iosfwd.h>
36template<
class T>
class Block;
143#ifndef CASACORE_NO_AUTO_TEMPLATES
144#include <casacore/casa/Containers/BlockIO.tcc>
size_t nelements() const
The number of elements contained in this Block<T>.
this file contains all the compiler specific defines
AipsIO & operator>>(AipsIO &os, Record &rec)
ostream & operator<<(ostream &os, const IComplex &)
Show on ostream.
void showBlock(AipsIO &, const Block< void * > &, Int)
void putBlock(AipsIO &, const Block< void * > &, Int)
void getBlock(AipsIO &, Block< void * > &)
void showBlock(std::ostream &, const Block< T > &, Int nr)
These functions allow the user to write Blocks out to a standard ostream.
void putBlock(AipsIO &ios, const Block< T > &blk)
AipsIO & operator<<(AipsIO &ios, const Block< T > &blk)
These are the standard shift operators for writing an entire Block out to a stream.
void getBlock(AipsIO &, Block< T > &)
void showBlock(std::ostream &ios, const Block< T > &blk)
void putBlock(AipsIO &, const Block< T > &, Int nr)
These functions allow the user to read and write Blocks from the AipsIO stream.
AipsIO & operator>>(AipsIO &ios, Block< T > &blk)