pygccxml.declarations.has_operator_matcher module¶
- has_public_binary_operator(type_, operator_symbol)¶
returns True, if type_ has public binary operator, otherwise False
- has_public_equal(decl_type)¶
returns True, if class has public operator==, otherwise False
- has_public_less(decl_type)¶
returns True, if class has public operator<, otherwise False