Classes | Namespaces | Typedefs | Functions
include/cinder/Url.h File Reference

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

namespace  cinder

Typedefs

typedef std::shared_ptr< class
IStreamUrl > 
cinder::IStreamUrlRef

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)
IStreamUrlRef cinder::loadUrlStream (const std::string &url, const std::string &user, const std::string &password, const UrlOptions &options)