ZeroEQ
0.9.0
ZeroEQ - Zero Event Queue
|
Enhances servus::URI to guarantee the existance of a schema and to allow construction of [host][:port] URIs from string. More...
#include <uri.h>
Public Member Functions | |
URI () | |
Create a default URI in the form "tcp://". | |
URI (const URI &from) | |
URI (const std::string &uri) | |
Create URI from string, set schema to "tcp" if empty. | |
URI (const char *uri) | |
Create URI from string, set schema to "tcp" if empty. | |
URI (const servus::URI &from) | |
Convert from servus::URI, set schema to "tcp" if empty. | |
URI & | operator= (const URI &rhs) |
URI & | operator= (const servus::URI &rhs) |
bool | operator== (const URI &rhs) const |
bool | operator== (const servus::URI &rhs) const |
bool | operator!= (const URI &rhs) const |
bool | operator!= (const servus::URI &rhs) const |
const servus::URI & | toServusURI () const |
Convert this URI to a servus::URI. | |
bool | isFullyQualified () const |
Enhances servus::URI to guarantee the existance of a schema and to allow construction of [host][:port] URIs from string.
bool zeroeq::URI::isFullyQualified | ( | ) | const |
Referenced by toServusURI().