![]() |
SmartFoxServer 2X C++ API
|
Search Rooms in the system by matching their variables and properties against a MatchExpression More...
#include <FindRoomsRequest.h>
Inherits Sfs2X::Requests::BaseRequest.
Public Member Functions | |
| FindRoomsRequest (boost::shared_ptr< MatchExpression > expr) | |
| FindRoomsRequest(boost::shared_ptr<MatchExpression>, string, long int) More... | |
| FindRoomsRequest (boost::shared_ptr< MatchExpression > expr, string groupId) | |
| FindRoomsRequest(boost::shared_ptr<MatchExpression>, string, long int) More... | |
| FindRoomsRequest (boost::shared_ptr< MatchExpression > expr, string groupId, long int limit) | |
| Constructor More... | |
Search Rooms in the system by matching their variables and properties against a MatchExpression
| Sfs2X::Requests::FindRoomsRequest::FindRoomsRequest | ( | boost::shared_ptr< MatchExpression > | expr | ) |
| Sfs2X::Requests::FindRoomsRequest::FindRoomsRequest | ( | boost::shared_ptr< MatchExpression > | expr, |
| string | groupId | ||
| ) |
| Sfs2X::Requests::FindRoomsRequest::FindRoomsRequest | ( | boost::shared_ptr< MatchExpression > | expr, |
| string | groupId, | ||
| long int | limit | ||
| ) |
Constructor
| expr | the match expression |
| groupId | the id of the Room Group where to perform the search, if null the search will be Zone-wide (default) |
| limit | the number of results wanted. Zero means no limit, we will get all results (default) |