casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
casa::SimOrdMapIO_global_functions_inoutput Struct Reference

Global IO functions. More...

#include <SimOrdMapIO.h>

List of all members.

Public Member Functions

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

Detailed Description

Global IO functions.

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.

Definition at line 48 of file SimOrdMapIO.h.


Member Function Documentation

template<class K , class V >
AipsIO& casa::SimOrdMapIO_global_functions_inoutput::operator<< ( AipsIO ,
const SimpleOrderedMap< K, V > &   
)
template<class K , class V >
ostream& casa::SimOrdMapIO_global_functions_inoutput::operator<< ( ostream &  ,
const SimpleOrderedMap< K, V > &   
)
template<class K , class V >
AipsIO& casa::SimOrdMapIO_global_functions_inoutput::operator>> ( AipsIO ,
SimpleOrderedMap< K, V > &   
)

The documentation for this struct was generated from the following file: