cinder::DataSource Class Reference
#include <DataSource.h>
Inherited by cinder::DataSourceBuffer, cinder::DataSourcePath, and cinder::DataSourceUrl.
List of all members.
Constructor & Destructor Documentation
cinder::DataSource::DataSource |
( |
const std::string & |
aFilePath, |
|
|
const Url & |
aUrl | |
|
) |
| | [protected] |
virtual cinder::DataSource::~DataSource |
( |
|
) |
[protected, virtual] |
Member Function Documentation
virtual bool cinder::DataSource::isFilePath |
( |
|
) |
[pure virtual] |
virtual bool cinder::DataSource::isUrl |
( |
|
) |
[pure virtual] |
const std::string & cinder::DataSource::getFilePath |
( |
|
) |
|
const Url & cinder::DataSource::getUrl |
( |
|
) |
|
const std::string & cinder::DataSource::getFilePathHint |
( |
|
) |
|
Buffer & cinder::DataSource::getBuffer |
( |
|
) |
|
virtual IStreamRef cinder::DataSource::createStream |
( |
|
) |
[pure virtual] |
virtual void cinder::DataSource::createBuffer |
( |
|
) |
[protected, pure virtual] |
void cinder::DataSource::setFilePathHint |
( |
const std::string & |
aFilePathHint |
) |
[protected] |
Member Data Documentation
The documentation for this class was generated from the following files: