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

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())