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