28 #ifndef CASA_ORDPAIRIO_H 29 #define CASA_ORDPAIRIO_H 31 #include <casacore/casa/aips.h> 32 #include <casacore/casa/Containers/OrderedPair.h> 33 #include <casacore/casa/iosfwd.h> 48 template<
class key,
class value>
AipsIO& operator<<(AipsIO& ios, const OrderedPair<key,value>& op);
51 template<
class key,
class value> ostream& operator<<(ostream& ios, const OrderedPair<key,value>&);
57 #ifndef CASACORE_NO_AUTO_TEMPLATES 58 #include <casacore/casa/Containers/OrdPairIO.tcc> 59 #endif //# CASACORE_NO_AUTO_TEMPLATES
AipsIO is the object persistency mechanism of Casacore.
AipsIO & operator>>(AipsIO &os, Record &rec)
this file contains all the compiler specific defines