HashMap/HashMapIter IO functions. More...
#include <HashMapIO.h>
Public Member Functions | |
| template<class key , class val > | |
| ostream & | operator<< (ostream &, const ConstHashMapIter< key, val > &) |
| template<class key , class val > | |
| ostream & | operator<< (ostream &, const HashMap< key, val > &) |
HashMap/HashMapIter IO functions.
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 .
Definition at line 55 of file HashMapIO.h.
| ostream& casacore::HashMapIO_global_functions_hashmapio::operator<< | ( | ostream & | , | |
| const HashMap< key, val > & | ||||
| ) | [inline] |
| ostream& casacore::HashMapIO_global_functions_hashmapio::operator<< | ( | ostream & | , | |
| const ConstHashMapIter< key, val > & | ||||
| ) | [inline] |
1.6.1