28 #ifndef CASA_SIMORDMAPIO_H
29 #define CASA_SIMORDMAPIO_H
31 #ifndef AIPS_USE_DEPRECATED
32 #error "SimOrdMapIO.h is deprecated; use -DBUILD_DEPRECATED=ON to use it"
53 template<
class K,
class V>
54 AipsIO& operator<<(AipsIO&, const SimpleOrderedMap<K,V>&);
56 template<
class K,
class V>
59 template<
class K,
class V>
60 ostream& operator<<(ostream&, const SimpleOrderedMap<K,V>&);
66 #ifndef CASACORE_NO_AUTO_TEMPLATES
67 #include <casacore/casa/Containers/SimOrdMapIO.tcc>
68 #endif //# CASACORE_NO_AUTO_TEMPLATES
AipsIO is the object persistency mechanism of Casacore.
Simple map with keys ordered.
AipsIO & operator>>(AipsIO &os, Record &rec)