CodeSonar C++ API
[For improved navigation, enable JavaScript.]
Variables
cs_xform_operator_decls.hpp File Reference

Go to the source code of this file.

Variables

static const xform_operator EQUAL
 the == operator
 
static const xform_operator GREATER_THAN_OR_EQUAL
 the >= operator
 
static const xform_operator LESS_THAN_OR_EQUAL
 the <= operator
 
static const xform_operator NOT_EQUAL
 the != operator