summaryrefslogtreecommitdiff
path: root/src/KLV.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/KLV.h')
-rwxr-xr-xsrc/KLV.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/KLV.h b/src/KLV.h
index 9bb1cb3..ae2dee8 100755
--- a/src/KLV.h
+++ b/src/KLV.h
@@ -107,9 +107,8 @@ inline const char* ui64sz(ui64_t i, char* buf)
const char* EncodeString(char* str_buf, ui32_t buf_len) const;
bool operator==(const UL& rhs) const;
- bool operator<(const UL& rhs) const;
bool MatchIgnoreStream(const UL& rhs) const;
- bool ExactMatch(const UL& rhs) const;
+ bool MatchExact(const UL& rhs) const;
};
// UMID
@@ -160,7 +159,8 @@ inline const char* ui64sz(ui64_t i, char* buf)
bool AddEntry(const MDDEntry& Entry, ui32_t index);
bool DeleteEntry(ui32_t index);
- const MDDEntry* FindUL(const byte_t*) const;
+ const MDDEntry* FindULAnyVersion(const byte_t*) const;
+ const MDDEntry* FindULExact(const byte_t*) const;
const MDDEntry* FindSymbol(const std::string&) const;
const MDDEntry& Type(MDD_t type_id) const;