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

Review Status

Reviewed By:
UNKNOWN
Date Reviewed:
before2004/08/25
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>&)