FreeImagePlus - FreeImage 3.17.0
|
Abstract base class for all objects used by the library. More...
#include <FreeImagePlus.h>
Public Member Functions | |
virtual | ~fipObject () |
Destructor. | |
Information functions | |
virtual BOOL | isValid () const =0 |
Returns TRUE if the object is allocated, FALSE otherwise. |
Abstract base class for all objects used by the library.
virtual fipObject::~fipObject | ( | ) | [inline, virtual] |
Destructor.
virtual BOOL fipObject::isValid | ( | ) | const [pure virtual] |
Returns TRUE if the object is allocated, FALSE otherwise.
Implemented in fipImage, fipWinImage, fipMemoryIO, fipMultiPage, fipTag, and fipMetadataFind.