| synopsis || return value || arguments || prev || next |
bool compare( const char * name, int record_idx, int field_idx, int value)
Java: boolean Compare( String name, int record_idx, int field_idx, int value)
[Declared in "../coresys/common/kdu_params.h"]
Convenience inlined function which collapses a call to get with a comparison of the result with the supplied integer value. The function substantially simplifies the process of writing code-stream marker segments, which can often be avoided if all attributes are identical to those of another object in the inheritance chain of the same cluster.
False if the call to get fails (returns false), or the call to get succeeds, but the retrieved value is not identical to the value argument.
Passed through to get.
Passed through to get.
Passed through to get.
The value to be compared.
| top || synopsis || return value || arguments || prev || next |