|
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 <cstdint>Enumerations | |
| enum class | sfs3::entities::match::MatcherType : uint8_t { BOOL = 0 , NUMBER = 1 , STRING = 2 } |
| Identifies the kind of comparison a matching condition performs, and therefore the type of the value it is compared against. More... | |
Doxygen only documents namespace-scope entities (enums, aliases, constants, free functions) in a header that carries this block.
|
strong |
Identifies the kind of comparison a matching condition performs, and therefore the type of the value it is compared against.
| Enumerator | |
|---|---|
| BOOL | A boolean comparison; see BoolMatch. |
| NUMBER | A numeric comparison; see NumberMatch. |
| STRING | A string comparison; see StringMatch. |