OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Functions
ossimRpfAttributeSectionSubheader.cpp File Reference
#include <ossim/support_data/ossimRpfAttributeSectionSubheader.h>
#include <ossim/base/ossimEndian.h>
#include <ossim/base/ossimErrorCodes.h>
#include <ossim/base/ossimIoStream.h>

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 16 of file ossimRpfAttributeSectionSubheader.cpp.

References ossimRpfAttributeSectionSubheader::print().

18 {
19  data.print(out);
20 
21  return out;
22 }
virtual void print(std::ostream &out) const