Declare the class QtsCrc32.
More...
Declare the class QtsCrc32.
Qts, the Qt MPEG Transport Stream library.
◆ operator==()
bool operator== |
( |
quint32 |
c1, |
|
|
const QtsCrc32 & |
c2 |
|
) |
| |
|
inline |
Comparison operator.
Reversed form of operator which is not a member function.
- Parameters
-
[in] | c1 | An integer CRC32 to compare. |
[in] | c2 | An instance of QtsCrc32 to compare. |
- Returns
- True if both CRC32 are identical.
◆ operator!=()
bool operator!= |
( |
quint32 |
c1, |
|
|
const QtsCrc32 & |
c2 |
|
) |
| |
|
inline |
Difference operator.
Reversed form of operator which is not a member function.
- Parameters
-
[in] | c1 | An integer CRC32 to compare. |
[in] | c2 | An instance of QtsCrc32 to compare. |
- Returns
- True if CRC32 are different.