|
| EMCursorResult (const std::vector< EMBaseObjectPtr > &result, const std::string &nextPageCursor) |
|
| EMCursorResult (const EMCursorResult &a) |
|
const std::string & | nextPageCursor () const |
| Get cursor of next page. More...
|
|
const std::vector< EMBaseObjectPtr > & | result () const |
| Get the result of current page. More...
|
|
template<typename T > |
T * | cast () |
|
§ nextPageCursor()
const std::string& easemob::EMCursorResult::nextPageCursor |
( |
| ) |
const |
|
inline |
Get cursor of next page.
- Parameters
-
- Returns
- The cursor.
§ result()
const std::vector<EMBaseObjectPtr>& easemob::EMCursorResult::result |
( |
| ) |
const |
|
inline |
Get the result of current page.
- Parameters
-
- Returns
- The result.
The documentation for this class was generated from the following file: