#include <DataTarget.h>
Inherits cinder::DataTarget.
Public Member Functions | |
| virtual bool | providesFilePath () |
| virtual bool | providesUrl () |
| virtual OStreamRef | getStream () |
| const fs::path & | getFilePath () const |
| const Url & | getUrl () const |
| const std::string & | getFilePathHint () const |
Static Public Member Functions | |
| static DataTargetStreamRef | createRef (OStreamRef stream) |
Protected Member Functions | |
| DataTargetStream (OStreamRef stream) | |
| void | setFilePathHint (const std::string &aFilePathHint) |
Protected Attributes | |
| OStreamRef | mStream |
| Buffer | mBuffer |
| fs::path | mFilePath |
| std::string | mFilePathHint |
| Url | mUrl |
| cinder::DataTargetStream::DataTargetStream | ( | OStreamRef | stream | ) | [protected] |
| DataTargetStreamRef cinder::DataTargetStream::createRef | ( | OStreamRef | stream | ) | [static] |
| virtual bool cinder::DataTargetStream::providesFilePath | ( | ) | [virtual] |
Implements cinder::DataTarget.
| virtual bool cinder::DataTargetStream::providesUrl | ( | ) | [virtual] |
Implements cinder::DataTarget.
| virtual OStreamRef cinder::DataTargetStream::getStream | ( | ) | [virtual] |
Implements cinder::DataTarget.
| const fs::path & cinder::DataTarget::getFilePath | ( | ) | const [inherited] |
| const Url & cinder::DataTarget::getUrl | ( | ) | const [inherited] |
| const std::string & cinder::DataTarget::getFilePathHint | ( | ) | const [inherited] |
| void cinder::DataTarget::setFilePathHint | ( | const std::string & | aFilePathHint | ) | [protected, inherited] |
OStreamRef cinder::DataTargetStream::mStream [protected] |
Buffer cinder::DataTarget::mBuffer [protected, inherited] |
fs::path cinder::DataTarget::mFilePath [protected, inherited] |
std::string cinder::DataTarget::mFilePathHint [protected, inherited] |
Url cinder::DataTarget::mUrl [protected, inherited] |