SASSY
0.0
Software Architecture Support System
|
A shared pointer with constructors for the URI_ class. More...
#include <rdfxx/rdfxx.h>
Public Member Functions | |
URI () | |
Default constructor. | |
URI (URI_ *) | |
Create shared pointer to new URI_ object. | |
URI (World, const std::string &uri_string) | |
Create URI using a string. | |
URI (World, Concept) | |
Create URI using a Concept. | |
URI (const std::string &filename, World) | |
Convert a file name into a URI. | |
URI (const std::string &uri_string, URI source_uri, URI base_uri) | |
Create URI the has source_uri replaced by base_uri in uri_string. | |
URI (URI base_uri, const std::string &uri_string) | |
Create URI where the uri_string replaces anything after the final '/' in base_uri. | |
URI (const std::string &local_name, URI basr_uri) | |
Create a URI from base URI and local name. | |
A shared pointer with constructors for the URI_ class.