SmartFoxServer 3 C++ Client API 3.1.0-beta
Client API for SmartFoxServer 3
Loading...
Searching...
No Matches
BoolMatch.h File Reference

Doxygen only documents namespace-scope entities (enums, aliases, constants, free functions) in a header that carries this block. More...

Enumerations

enum class  sfs3::entities::match::BoolMatch { EQUALS , NOT_EQUALS }
 The BoolMatch conditions are used in matching expressions to check boolean values. More...

Functions

const char * sfs3::entities::match::symbolOf (BoolMatch condition)
 Returns the condition symbol of the passed matcher, as sent to the server and rendered by MatchExpression::toString().

Detailed Description

Doxygen only documents namespace-scope entities (enums, aliases, constants, free functions) in a header that carries this block.

Enumeration Type Documentation

◆ BoolMatch

The BoolMatch conditions are used in matching expressions to check boolean values.

See also
MatchExpression
Enumerator
EQUALS 

Represents the following condition: bool1 == bool2.

NOT_EQUALS 

Represents the following condition: bool1 != bool2.