28 #ifndef CASA_ORDPAIRIO_H
29 #define CASA_ORDPAIRIO_H
31 #ifndef AIPS_USE_DEPRECATED
32 #error "OrdPairIO.h is deprecated; use -DBUILD_DEPRECATED=ON to use it"
52 template<
class key,
class value>
AipsIO& operator<<(AipsIO& ios, const OrderedPair<key,value>& op);
55 template<
class key,
class value> ostream& operator<<(ostream& ios, const OrderedPair<key,value>&);
61 #ifndef CASACORE_NO_AUTO_TEMPLATES
62 #include <casacore/casa/Containers/OrdPairIO.tcc>
63 #endif //# CASACORE_NO_AUTO_TEMPLATES
AipsIO is the object persistency mechanism of Casacore.
AipsIO & operator>>(AipsIO &os, Record &rec)