|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimIoStream.h>
Public Member Functions | |
| ossimOStream (std::streambuf *sb) | |
| virtual | ~ossimOStream () |
Public Member Functions inherited from ossimStreamBase | |
| ossimStreamBase () | |
| default constructor More... | |
| virtual | ~ossimStreamBase () |
| virtual destructor More... | |
| virtual bool | isCompressed () const |
| isCompressed method. More... | |
Public Member Functions inherited from ossimReferenced | |
| 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 | |
Protected Member Functions inherited from ossimReferenced | |
| virtual | ~ossimReferenced () |
Definition at line 57 of file ossimIoStream.h.
| ossimOStream::ossimOStream | ( | std::streambuf * | sb | ) |
Definition at line 52 of file ossimIoStream.cpp.
|
virtual |
Definition at line 57 of file ossimIoStream.cpp.
1.8.14