books
v1
|
#include <books_service.h>
Classes | |
class | AnnotationsResource |
class | BookshelvesResource |
class | ReadingpositionsResource |
Public Member Functions | |
MylibraryResource (BooksService *service) | |
~MylibraryResource () | |
const AnnotationsResource & | get_annotations () const |
const BookshelvesResource & | get_bookshelves () const |
const ReadingpositionsResource & | get_readingpositions () const |
Acts as message factory for accessing data.
|
explicit |
Standard constructor.
[in] | service | The service instance is used to bind to the methods created from this resource instance. This will be the service that methods are invoked on. |
|
inline |
Standard destructor.
|
inline |
Gets the annotations resource method factory.
|
inline |
Gets the bookshelves resource method factory.
|
inline |
Gets the readingpositions resource method factory.