SimOrdMapIO.h

Classes

Global Functions -- Global IO functions (full description)

Global IO functions (source)

Interface

AipsIO& operator<<(AipsIO&, const SimpleOrderedMap<K,V>&)
AipsIO& operator>>(AipsIO&, SimpleOrderedMap<K,V>&)
ostream& operator<<(ostream&, const SimpleOrderedMap<K,V>&)

Description

This header file defines the AipsIO functions for template SimpleOrderedMap. If these functions were defined in the SimpleOrderedMap class itself, it would require that AipsIO was defined for the template arguments. This would prevent using SimpleOrderedMap with imported classes.

Member Description

AipsIO& operator<<(AipsIO&, const SimpleOrderedMap<K,V>&)

AipsIO& operator>>(AipsIO&, SimpleOrderedMap<K,V>&)

ostream& operator<<(ostream&, const SimpleOrderedMap<K,V>&)