class OEFPTypeBase
The OEFPTypeBase class is the abstract interface for representing OEFingerPrint types.
Note
When a OEFingerPrint object is initialized, its type is set to a type that is derived from this abstract base class.
unsigned int GetFPType() const =0
Returns the type of the OEFPTypeBase object from the OEFPType namespace.
std::string GetFPTypeString() const =0
Returns a string representation of OEFPTypeBase.