28 #ifndef CASA_HASHMAPIO_H 29 #define CASA_HASHMAPIO_H 31 #ifndef AIPS_USE_DEPRECATED 32 #error "HashMapIO.h is deprecated; use -DBUILD_DEPRECATED=ON to use it" 35 #include <casacore/casa/aips.h> 36 #include <casacore/casa/Containers/HashMapIter.h> 58 template<
class key,
class val> ostream &operator<<(ostream &, const ConstHashMapIter<key,val> &);
59 template<
class key,
class val> ostream& operator<<(ostream&, const HashMap<key,val>&);
65 #ifndef CASACORE_NO_AUTO_TEMPLATES 66 #include <casacore/casa/Containers/HashMapIO.tcc> 67 #endif //# CASACORE_NO_AUTO_TEMPLATES this file contains all the compiler specific defines