OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Functions
ossimGpkgDatabaseRecordBase.cpp File Reference
#include "ossimGpkgDatabaseRecordBase.h"
#include <ossim/base/ossimKeywordlist.h>
#include <ostream>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &out, const ossimGpkgDatabaseRecordBase &obj)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  out,
const ossimGpkgDatabaseRecordBase obj 
)
Parameters
outStream to print to.
objObject to print.

Definition at line 34 of file ossimGpkgDatabaseRecordBase.cpp.

References ossimGpkgDatabaseRecordBase::print().

36 {
37  return obj.print( out );
38 }
virtual std::ostream & print(std::ostream &out) const
Print method.