casacore
Public Member Functions | List of all members
casacore::SimOrdMapIO_global_functions_inoutput Struct Reference

More...

#include <SimOrdMapIO.h>

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 52 of file SimOrdMapIO.h.

Member Function Documentation

◆ operator<<() [1/2]

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

◆ operator<<() [2/2]

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

◆ operator>>()

template<class K , class V >
AipsIO& casacore::SimOrdMapIO_global_functions_inoutput::operator>> ( AipsIO ,
SimpleOrderedMap< K, V > &   
)

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