| synopsis || arguments || prev || next |

kdu_params::compare

Java: Kdu_params::Compare

Overload navigation: 1, 2, 3

bool compare( const char * name, int record_idx, int field_idx, bool value)

Java: boolean Compare( String name, int record_idx, int field_idx, boolean value)

[Declared in "../coresys/common/kdu_params.h"]

Go to class description.


Synopsis

Same as the integer version of the compare function, except that it compares a boolean value with a boolean attribute field.


Arguments

name [const char *]

record_idx [int]

field_idx [int]

value [bool]


| top || synopsis || arguments || prev || next |