|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimIoStream.h>
Public Member Functions | |
| ossimIFStream () | |
| ossimIFStream (const char *file, std::ios_base::openmode mode=std::ios_base::in) | |
| virtual | ~ossimIFStream () |
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 156 of file ossimIoStream.h.
| ossimIFStream::ossimIFStream | ( | ) |
Definition at line 214 of file ossimIoStream.cpp.
| ossimIFStream::ossimIFStream | ( | const char * | file, |
| std::ios_base::openmode | mode = std::ios_base::in |
||
| ) |
Definition at line 219 of file ossimIoStream.cpp.
|
virtual |
Definition at line 225 of file ossimIoStream.cpp.
1.8.14