OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Functions
ossimObject.cpp File Reference
#include <ossim/base/ossimObject.h>
#include <ossim/base/ossimKeywordNames.h>
#include <ossim/base/ossimKeywordlist.h>
#include <ossim/base/ossimObjectFactoryRegistry.h>
#include <ossim/base/ossimNotifyContext.h>
#include <ossim/base/ossimConnectableObject.h>
#include <ossim/base/ossimVisitor.h>

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  out,
const ossimObject obj 
)
Note
Since the print method is virtual, derived classes only need to implement that, not an addition operator<<.

Definition at line 129 of file ossimObject.cpp.

References ossimObject::print().

130 {
131  return obj.print(out);
132 }
virtual std::ostream & print(std::ostream &out) const
Generic print method.