|
books
v1
|
#include <volume.h>
Classes | |
| class | VolumeLayerInfoLayers |
Public Member Functions | |
| VolumeLayerInfo (const Json::Value &storage) | |
| VolumeLayerInfo (Json::Value *storage) | |
| virtual | ~VolumeLayerInfo () |
| const StringPiece | GetTypeName () const |
| bool | has_layers () const |
| void | clear_layers () |
| const client::JsonCppArray< VolumeLayerInfoLayers > | get_layers () const |
| client::JsonCppArray< VolumeLayerInfoLayers > | mutable_layers () |
Static Public Member Functions | |
| static VolumeLayerInfo * | New () |
What layers exist in this volume and high level information about them.
|
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 |
Clears the 'layers' attribute.
|
inline |
Get a reference to the value of the 'layers' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_books_api::VolumeLayerInfo
|
inline |
Determine if the 'layers' attribute was set.
layers' attribute was set.
|
inline |
Gets a reference to a mutable value of the 'layers' property.
A layer should appear here if and only if the layer exists for this book.
|
static |
Creates a new default instance.