SASSY  0.0
Software Architecture Support System
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
rdf::URI Class Reference

A shared pointer with constructors for the URI_ class. More...

#include <rdfxx/rdfxx.h>

Inheritance diagram for rdf::URI:

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.
 

Detailed Description

A shared pointer with constructors for the URI_ class.


The documentation for this class was generated from the following file: