HashMapIO.h
Classes
- Global Functions -- HashMap/HashMapIter IO functions (full description)
Interface
- ostream &operator<<(ostream &, const ConstHashMapIter<key,val> &)
- ostream& operator<<(ostream&, const HashMap<key,val>&)
Synopsis
These are the declarations for the standard
HashMap/
HashMapIter IO functions.
They allow these classes to be written out to an iostream
or to AipsIO.
Member Description
ostream &operator<<(ostream &, const ConstHashMapIter<key,val> &)
ostream& operator<<(ostream&, const HashMap<key,val>&)