Easemob Windows SDK
Public Member Functions | List of all members
easemob::EMCursorResult Class Reference
Inheritance diagram for easemob::EMCursorResult:
Inheritance graph
Collaboration diagram for easemob::EMCursorResult:
Collaboration graph

Public Member Functions

 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...
 
- Public Member Functions inherited from easemob::EMBaseObject
template<typename T >
T * cast ()
 

Member Function Documentation

§ nextPageCursor()

const std::string& easemob::EMCursorResult::nextPageCursor ( ) const
inline

Get cursor of next page.

Parameters
NA
Returns
The cursor.

§ result()

const std::vector<EMBaseObjectPtr>& easemob::EMCursorResult::result ( ) const
inline

Get the result of current page.

Parameters
NA
Returns
The result.

The documentation for this class was generated from the following file: