Ditto 4.8.0-rc.2
Loading...
Searching...
No Matches
ditto::AttachmentFetcher Class Reference

These objects are returned by calls to Store::fetch_attachment. More...

#include <AttachmentFetcher.hpp>

Inheritance diagram for ditto::AttachmentFetcher:
ditto::Observer

Public Member Functions

 AttachmentFetcher (AttachmentFetcher &&)
 
AttachmentFetcheroperator= (AttachmentFetcher &&)
 
- Public Member Functions inherited from ditto::Observer
void stop ()
 Stops the observation and cleans up all associated resources.
 
bool is_stopped ()
 Returns true is the Observer was stopped.
 

Additional Inherited Members

- Protected Member Functions inherited from ditto::Observer
 Observer ()
 Constructs a new Observer.
 
 ~Observer ()
 Destroy the Abstract Observer object canceling the observer if it hasn't been done in stop
 
- Protected Attributes inherited from ditto::Observer
bool stopped
 Track if the Observer has already been stopped so we don't stop it twice when destroying the object.
 

Detailed Description

These objects are returned by calls to Store::fetch_attachment.