diff options
| author | jhurst <jhurst@cinecert.com> | 2021-11-10 12:51:41 -0800 |
|---|---|---|
| committer | jhurst <jhurst@cinecert.com> | 2021-11-10 12:51:41 -0800 |
| commit | feba38c3802863fe783a750e0f866af9ad834f7f (patch) | |
| tree | a01d3175a4555200c94d4b712f9b98dd8507b34a /src/KLV.h | |
| parent | cb71c195e60f12b5827e5087d12d4af94845e7af (diff) | |
Added a new UL matching operator MatchIgnorePlaceholder()
Diffstat (limited to 'src/KLV.h')
| -rwxr-xr-x | src/KLV.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ /* -Copyright (c) 2005-2018, John Hurst +Copyright (c) 2005-2021, John Hurst All rights reserved. Redistribution and use in source and binary forms, with or without @@ -109,6 +109,7 @@ inline const char* ui64sz(ui64_t i, char* buf) bool operator==(const UL& rhs) const; bool MatchIgnoreStream(const UL& rhs) const; bool MatchExact(const UL& rhs) const; + bool MatchIgnorePlaceholder(const UL& rhs) const; }; // UMID |
