|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimIoStream.h>
Public Member Functions | |
| ossimIMemoryStream (const ossimString &inputBuf) | |
| virtual | ~ossimIMemoryStream () |
| bool | is_open () const |
| ossim_uint64 | size () const |
| virtual void | open (const char *, int) |
| virtual void | close () |
| ossimString | str () |
Public Member Functions inherited from ossimIStream | |
| ossimIStream (std::streambuf *sb) | |
| virtual | ~ossimIStream () |
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 99 of file ossimIoStream.h.
| ossimIMemoryStream::ossimIMemoryStream | ( | const ossimString & | inputBuf | ) |
Definition at line 118 of file ossimIoStream.cpp.
References theBuf.
|
virtual |
Definition at line 126 of file ossimIoStream.cpp.
|
virtual |
Definition at line 150 of file ossimIoStream.cpp.
| bool ossimIMemoryStream::is_open | ( | ) | const |
Definition at line 130 of file ossimIoStream.cpp.
|
virtual |
Definition at line 145 of file ossimIoStream.cpp.
| ossim_uint64 ossimIMemoryStream::size | ( | ) | const |
Definition at line 135 of file ossimIoStream.cpp.
| ossimString ossimIMemoryStream::str | ( | ) |
|
protected |
Definition at line 119 of file ossimIoStream.h.
Referenced by ossimIMemoryStream(), and str().
1.8.14