Go to the source code of this file.
Classes | |
class | cinder::Url |
class | cinder::UrlOptions |
Options for loadUrl() to dictate caching and timeout behavior. More... | |
class | cinder::IStreamUrl |
class | cinder::UrlLoadExc |
Exception for failed Url loading. More... | |
Namespaces | |
cinder | |
Typedefs | |
typedef std::shared_ptr< class IStreamUrl > | cinder::IStreamUrlRef |
A pointer to an instance of an IStreamUrl. Can be created using IStreamUrl::createRef() More... | |
Functions | |
std::ostream & | cinder::operator<< (std::ostream &out, const Url &url) |
std::istream & | cinder::operator>> (std::istream &is, Url &url) |
IStreamUrlRef | cinder::loadUrlStream (const Url &url, const UrlOptions &options=UrlOptions()) |
IStreamUrlRef | cinder::loadUrlStream (const std::string &url, const std::string &user="", const std::string &password="", const UrlOptions &options=UrlOptions()) |