#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 DataTargetPathRef | createRef (const fs::path &path) |
Protected Member Functions | |
| DataTargetPath (const fs::path &path) | |
| void | setFilePathHint (const std::string &aFilePathHint) |
Protected Attributes | |
| OStreamFileRef | mStream |
| Buffer | mBuffer |
| fs::path | mFilePath |
| std::string | mFilePathHint |
| Url | mUrl |
| cinder::DataTargetPath::DataTargetPath | ( | const fs::path & | path | ) | [explicit, protected] |
| DataTargetPathRef cinder::DataTargetPath::createRef | ( | const fs::path & | path | ) | [static] |
| virtual bool cinder::DataTargetPath::providesFilePath | ( | ) | [virtual] |
Implements cinder::DataTarget.
| virtual bool cinder::DataTargetPath::providesUrl | ( | ) | [virtual] |
Implements cinder::DataTarget.
| OStreamRef cinder::DataTargetPath::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] |
OStreamFileRef cinder::DataTargetPath::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] |