|
Google APIs Client Library for C++
|
A ServiceRequestPager that owns the request and data objects. More...
#include "client/service/service_request_pager.h"
Inheritance diagram for EncapsulatedServiceRequestPager< REQUEST, DATA >:Public Member Functions | |
| EncapsulatedServiceRequestPager (REQUEST *request) | |
| Standard constructor. | |
| virtual | ~EncapsulatedServiceRequestPager () |
| Standard destructor. | |
A ServiceRequestPager that owns the request and data objects.
The request instance still needs to be injected since requests do not have standard constructors.
| EncapsulatedServiceRequestPager | ( | REQUEST * | request | ) | [inline, explicit] |
Standard constructor.
| [in] | request | The request prototype used to ask for pages. |
| virtual ~EncapsulatedServiceRequestPager | ( | ) | [inline, virtual] |
Standard destructor.