|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimIoStream.h>
Public Member Functions | |
| ossimIOFStream () | |
| ossimIOFStream (const char *name, std::ios_base::openmode mode=std::ios_base::in|std::ios_base::out) | |
| virtual | ~ossimIOFStream () |
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 144 of file ossimIoStream.h.
| ossimIOFStream::ossimIOFStream | ( | ) |
Definition at line 197 of file ossimIoStream.cpp.
| ossimIOFStream::ossimIOFStream | ( | const char * | name, |
| std::ios_base::openmode | mode = std::ios_base::in | std::ios_base::out |
||
| ) |
Definition at line 203 of file ossimIoStream.cpp.
|
virtual |
Definition at line 210 of file ossimIoStream.cpp.
1.8.14