|
youtube
v3
|
#include <token_pagination.h>
Public Member Functions | |
| TokenPagination (const Json::Value &storage) | |
| TokenPagination (Json::Value *storage) | |
| virtual | ~TokenPagination () |
| const StringPiece | GetTypeName () const |
Static Public Member Functions | |
| static TokenPagination * | New () |
Stub token pagination template to suppress results.
|
explicit |
Standard constructor for an immutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Returns a string denoting the type of this data object.
|
static |
Creates a new default instance.