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/MXFTypes.cpp | |
| parent | e42c48cffea60be1faab0eca924fb874feec3047 (diff) | |
version roll
Diffstat (limited to 'src/MXFTypes.cpp')
| -rwxr-xr-x | src/MXFTypes.cpp | 68 |
1 files changed, 1 insertions, 67 deletions
diff --git a/src/MXFTypes.cpp b/src/MXFTypes.cpp index 9e481e2..b2557f7 100755 --- a/src/MXFTypes.cpp +++ b/src/MXFTypes.cpp @@ -65,72 +65,6 @@ ASDCP::UL::operator==(const UL& rhs) const return false; } - -// -bool -ASDCP::UL::operator<(const UL& rhs) const -{ - if ( m_Value[0] < rhs.m_Value[0] ) return true; - if ( m_Value[0] == rhs.m_Value[0] ) - { - if ( m_Value[1] < rhs.m_Value[1] ) return true; - if ( m_Value[1] == rhs.m_Value[1] ) - { - if ( m_Value[2] < rhs.m_Value[2] ) return true; - if ( m_Value[2] == rhs.m_Value[2] ) - { - if ( m_Value[3] < rhs.m_Value[3] ) return true; - if ( m_Value[3] == rhs.m_Value[3] ) - { - if ( m_Value[4] < rhs.m_Value[4] ) return true; - if ( m_Value[4] == rhs.m_Value[4] ) - { - if ( m_Value[5] < rhs.m_Value[5] ) return true; - if ( m_Value[5] == rhs.m_Value[5] ) - { - if ( m_Value[6] < rhs.m_Value[6] ) return true; - if ( m_Value[6] == rhs.m_Value[6] ) - { - if ( m_Value[8] < rhs.m_Value[8] ) return true; - if ( m_Value[8] == rhs.m_Value[8] ) - { - if ( m_Value[9] < rhs.m_Value[9] ) return true; - if ( m_Value[9] == rhs.m_Value[9] ) - { - if ( m_Value[10] < rhs.m_Value[10] ) return true; - if ( m_Value[10] == rhs.m_Value[10] ) - { - if ( m_Value[11] < rhs.m_Value[11] ) return true; - if ( m_Value[11] == rhs.m_Value[11] ) - { - if ( m_Value[12] < rhs.m_Value[12] ) return true; - if ( m_Value[12] == rhs.m_Value[12] ) - { - if ( m_Value[13] < rhs.m_Value[13] ) return true; - if ( m_Value[13] == rhs.m_Value[13] ) - { - if ( m_Value[14] < rhs.m_Value[14] ) return true; - if ( m_Value[14] == rhs.m_Value[14] ) - { - if ( m_Value[15] < rhs.m_Value[15] ) return true; - } - } - } - } - } - } - } - } - } - } - } - } - } - } - - return false; -} - // bool ASDCP::UL::MatchIgnoreStream(const UL& rhs) const @@ -159,7 +93,7 @@ ASDCP::UL::MatchIgnoreStream(const UL& rhs) const // bool -ASDCP::UL::ExactMatch(const UL& rhs) const +ASDCP::UL::MatchExact(const UL& rhs) const { if ( m_Value[0] == rhs.m_Value[0] && m_Value[1] == rhs.m_Value[1] && |
