casa
$Rev:20696$
|
Global IO functions. More...
#include <SimOrdMapIO.h>
Public Member Functions | |
template<class K , class V > | |
AipsIO & | operator<< (AipsIO &, const SimpleOrderedMap< K, V > &) |
template<class K , class V > | |
AipsIO & | operator>> (AipsIO &, SimpleOrderedMap< K, V > &) |
template<class K , class V > | |
ostream & | operator<< (ostream &, const SimpleOrderedMap< K, V > &) |
Global IO functions.
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.
Definition at line 48 of file SimOrdMapIO.h.
AipsIO& casa::SimOrdMapIO_global_functions_inoutput::operator<< | ( | AipsIO & | , |
const SimpleOrderedMap< K, V > & | |||
) |
ostream& casa::SimOrdMapIO_global_functions_inoutput::operator<< | ( | ostream & | , |
const SimpleOrderedMap< K, V > & | |||
) |
AipsIO& casa::SimOrdMapIO_global_functions_inoutput::operator>> | ( | AipsIO & | , |
SimpleOrderedMap< K, V > & | |||
) |