#include <DataTarget.h>
Inherited by cinder::DataTargetPath, and cinder::DataTargetStream.
cinder::DataTarget::DataTarget |
( |
const fs::path & |
aFilePath, |
|
|
const Url & |
aUrl |
|
) |
| |
|
protected |
virtual cinder::DataTarget::~DataTarget |
( |
| ) |
|
|
protectedvirtual |
virtual bool cinder::DataTarget::providesFilePath |
( |
| ) |
|
|
pure virtual |
virtual bool cinder::DataTarget::providesUrl |
( |
| ) |
|
|
pure virtual |
const fs::path & cinder::DataTarget::getFilePath |
( |
| ) |
const |
const Url & cinder::DataTarget::getUrl |
( |
| ) |
const |
const fs::path & cinder::DataTarget::getFilePathHint |
( |
| ) |
const |
virtual OStreamRef cinder::DataTarget::getStream |
( |
| ) |
|
|
pure virtual |
void cinder::DataTarget::setFilePathHint |
( |
const fs::path & |
aFilePathHint | ) |
|
|
protected |
fs::path cinder::DataTarget::mFilePath |
|
protected |
fs::path cinder::DataTarget::mFilePathHint |
|
protected |
Url cinder::DataTarget::mUrl |
|
protected |
The documentation for this class was generated from the following files: