|
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 |
Public Member Functions inherited from ossimIOStream | |
| ossimIOStream (std::streambuf *sb) | |
| virtual | ~ossimIOStream () |
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 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().
1.8.14