|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimIoStream.h>
Public Member Functions | |
| ossimOMemoryStream () | |
| virtual | ~ossimOMemoryStream () |
| bool | is_open () const |
| ossim_uint64 | size () const |
| virtual void | open (const char *, int) |
| virtual void | close () |
| ossimString | str () |
Public Member Functions inherited from ossimOStream | |
| 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 |
Protected Attributes | |
| std::stringbuf | theBuf |
Additional Inherited Members | |
Protected Member Functions inherited from ossimReferenced | |
| virtual | ~ossimReferenced () |
Definition at line 123 of file ossimIoStream.h.
| ossimOMemoryStream::ossimOMemoryStream | ( | ) |
|
virtual |
Definition at line 165 of file ossimIoStream.cpp.
|
virtual |
Definition at line 189 of file ossimIoStream.cpp.
| bool ossimOMemoryStream::is_open | ( | ) | const |
Definition at line 169 of file ossimIoStream.cpp.
|
virtual |
Definition at line 184 of file ossimIoStream.cpp.
| ossim_uint64 ossimOMemoryStream::size | ( | ) | const |
Definition at line 174 of file ossimIoStream.cpp.
| ossimString ossimOMemoryStream::str | ( | ) |
|
protected |
Definition at line 141 of file ossimIoStream.h.
Referenced by ossimOMemoryStream(), and str().
1.8.14