#include <ifd.hpp>
Public Member Functions | |
FindEntryByTag (uint16_t tag) | |
Constructor, initializes the object with the tag to look for. | |
bool | operator() (const Entry &entry) const |
Returns true if the tag of the argument entry is equal to that of the object. |