diff options
| author | mschroffel <mschroffel@cinecert.com> | 2016-05-19 21:38:17 +0000 |
|---|---|---|
| committer | mschroffel <> | 2016-05-19 21:38:17 +0000 |
| commit | 7ea686690e5ec6cfd8a73f49e264a2648d2ec8f2 (patch) | |
| tree | 23d8b97c33863759f9d150bfe1ae6a7688f5fed9 /src/KLV.h | |
| parent | e42c48cffea60be1faab0eca924fb874feec3047 (diff) | |
version roll
Diffstat (limited to 'src/KLV.h')
| -rwxr-xr-x | src/KLV.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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; |
