OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimIoStream.h>
Public Member Functions | |
ossimIStream (std::streambuf *sb) | |
virtual | ~ossimIStream () |
![]() | |
ossimStreamBase () | |
default constructor More... | |
virtual | ~ossimStreamBase () |
virtual destructor More... | |
virtual bool | isCompressed () const |
isCompressed method. More... | |
![]() | |
ossimReferenced () | |
ossimReferenced (const ossimReferenced &) | |
ossimReferenced & | operator= (const ossimReferenced &) |
void | ref () const |
increment the reference count by one, indicating that this object has another pointer which is referencing it. More... | |
void | unref () const |
decrement the reference count by one, indicating that a pointer to this object is referencing it. More... | |
void | unref_nodelete () const |
decrement the reference count by one, indicating that a pointer to this object is referencing it. More... | |
int | referenceCount () const |
Additional Inherited Members | |
![]() | |
virtual | ~ossimReferenced () |
Definition at line 48 of file ossimIoStream.h.
ossimIStream::ossimIStream | ( | std::streambuf * | sb | ) |
Definition at line 34 of file ossimIoStream.cpp.
|
virtual |
Definition at line 39 of file ossimIoStream.cpp.