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

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...

Detailed Description

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

Enumeration Type Documentation

◆ MatcherType

enum class sfs3::entities::match::MatcherType : uint8_t
strong

Identifies the kind of comparison a matching condition performs, and therefore the type of the value it is compared against.

See also
MatchExpression
Enumerator
BOOL 

A boolean comparison; see BoolMatch.

NUMBER 

A numeric comparison; see NumberMatch.

STRING 

A string comparison; see StringMatch.