OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimIoStream.h>
Public Member Functions | |
ossimIOMemoryStream () | |
virtual | ~ossimIOMemoryStream () |
bool | is_open () const |
virtual void | open (const char *, int) |
ossimString | str () |
virtual void | close () |
ossim_uint64 | size () const |
![]() | |
ossimIOStream (std::streambuf *sb) | |
virtual | ~ossimIOStream () |
![]() | |
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 |
Protected Attributes | |
std::stringbuf | theBuf |
Additional Inherited Members | |
![]() | |
virtual | ~ossimReferenced () |
Definition at line 73 of file ossimIoStream.h.
ossimIOMemoryStream::ossimIOMemoryStream | ( | ) |
|
virtual |
Definition at line 85 of file ossimIoStream.cpp.
|
virtual |
Definition at line 104 of file ossimIoStream.cpp.
bool ossimIOMemoryStream::is_open | ( | ) | const |
Definition at line 89 of file ossimIoStream.cpp.
|
virtual |
Definition at line 94 of file ossimIoStream.cpp.
ossim_uint64 ossimIOMemoryStream::size | ( | ) | const |
Definition at line 107 of file ossimIoStream.cpp.
ossimString ossimIOMemoryStream::str | ( | ) |
|
protected |
Definition at line 96 of file ossimIoStream.h.
Referenced by ossimIOMemoryStream(), and str().