Inequality operators

Synopses

Declared in <balxml_decoderoptions.h>

Return true if the specified lhs and rhs attribute objects do not have the same value, and false otherwise. Two attribute objects do not have the same value if one or more respective attributes differ in values.

bool
operator!=(
    EncoderOptions const& lhs,
    EncoderOptions const& rhs);

Return true if the specified lhs object does not have the same value as the specified rhs object. The two objects have the same value if severity(), lineNumber(), columnNumber(), source(), and message() return equal values for both.

bool
operator!=(
    ErrorInfo const& lhs,
    ErrorInfo const& rhs);

Return true if the specified lhs registry does not have the same value as the specified rhs registry and false otherwise. The two registries do not have the same value if there exists a URI string, u, such that lhs.lookup(u) != rhs.lookup(u).

bool
operator!=(
    NamespaceRegistry const& lhs,
    NamespaceRegistry const& rhs);

Return true if the specified lhs and rhs attribute objects do not have the same value, and false otherwise. Two attribute objects do not have the same value if one or more respective attributes differ in values.

bool
operator!=(
    DecoderOptions const& lhs,
    DecoderOptions const& rhs);

Created with MrDocs