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

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 23 of file ossimRpfFrameFileIndexSectionSubheader.cpp.

References ossimRpfFrameFileIndexSectionSubheader::print().

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