Sirikata
Classes | Namespaces | Functions
libcore/include/sirikata/core/transfer/URL.hpp File Reference
#include <sirikata/core/util/Platform.hpp>
#include <sirikata/core/transfer/URI.hpp>
Include dependency graph for URL.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Sirikata::Transfer::URLContext
 Contains the current directory, hostname, protocol and user. More...
struct  Sirikata::Transfer::URLContext::IsSpace
class  Sirikata::Transfer::URL
 URL stores both a url string as well as a Fingerprint to verify it. More...
struct  Sirikata::Transfer::URL::Hasher

Namespaces

namespace  Sirikata
 

Note: All the classes provided in this file are thin wrappers around the corresponding classes in ASIO.


namespace  Sirikata::Transfer

Functions

std::ostream & Sirikata::Transfer::operator<< (std::ostream &str, const URLContext &urlctx)
 Display both the URL string and the corresponding Fingerprint.
std::ostream & Sirikata::Transfer::operator<< (std::ostream &str, const URL &url)
 Display both the URL string (including its context).