OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Functions
ossimRpfReplaceUpdateSectionSubheader.cpp File Reference
#include <ossim/support_data/ossimRpfReplaceUpdateSectionSubheader.h>
#include <ossim/base/ossimCommon.h>
#include <ossim/base/ossimEndian.h>
#include <ossim/base/ossimTrace.h>
#include <istream>
#include <ostream>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &out, const ossimRpfReplaceUpdateSectionSubheader &data)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  out,
const ossimRpfReplaceUpdateSectionSubheader data 
)

Definition at line 28 of file ossimRpfReplaceUpdateSectionSubheader.cpp.

References ossimRpfReplaceUpdateSectionSubheader::print().

29 {
30  return data.print(out);
31 }
std::ostream & print(std::ostream &out) const
print method that outputs a key/value type format adding prefix to keys.