Cinder  0.8.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Namespaces | Typedefs | Functions
DataTarget.h File Reference
#include "cinder/Cinder.h"
#include "cinder/Url.h"
#include "cinder/Stream.h"
#include <string>
Include dependency graph for DataTarget.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cinder::DataTarget
 
class  cinder::DataTargetPath
 
class  cinder::DataTargetStream
 

Namespaces

 cinder
 

Typedefs

typedef std::shared_ptr< class
DataTarget > 
cinder::DataTargetRef
 
typedef std::shared_ptr< class
DataTargetPath > 
cinder::DataTargetPathRef
 
typedef std::shared_ptr< class
DataTargetStream > 
cinder::DataTargetStreamRef
 

Functions

DataTargetPathRef cinder::writeFile (const fs::path &path, bool createParents=true)
 Returns a DataTarget to file path path, and optionally creates any necessary directories when createParents is true. More...