|
SmartFoxServer 3 C++ Client API 3.1.0-beta
Client API for SmartFoxServer 3
|
Doxygen only documents namespace-scope entities (enums, aliases, constants, free functions) in a header that carries this block. More...
#include "entities/match/MatcherType.h"Enumerations | |
| enum class | sfs3::entities::match::StringMatch { EQUALS , NOT_EQUALS , CONTAINS , STARTS_WITH , ENDS_WITH } |
| The StringMatch conditions are used in matching expressions to check string values. More... | |
Functions | |
| const char * | sfs3::entities::match::symbolOf (StringMatch condition) |
| Returns the condition symbol of the passed matcher, as sent to the server and rendered by MatchExpression::toString(). | |
Doxygen only documents namespace-scope entities (enums, aliases, constants, free functions) in a header that carries this block.
|
strong |
The StringMatch conditions are used in matching expressions to check string values.