Google APIs Client Library for C++
|
#include <istream>
#include <ostream>
#include <string>
#include "googleapis/util/status.h"
Go to the source code of this file.
Classes | |
class | SerializableJson |
An abstract interface for data objects used to denote JSON compatability. More... | |
Namespaces | |
namespace | googleapis |
A service request pager acts as a high level iterator for paging through results. | |
namespace | googleapis::client |
namespace thread | |
Functions | |
std::istream & | operator>> (std::istream &stream, SerializableJson &data) |
Syntactic sugar for data.LoadFromStream(&stream). | |
std::ostream & | operator<< (std::ostream &stream, const SerializableJson &data) |
Syntactic sugar for data.StoreToStream(&stream) |