libmoost
moost::murcl::uri Class Reference

This class is an object representation of a RFC-2396 encoded uri. More...

#include <uri.hpp>

List of all members.

Public Member Functions

 uri (uri_elements const &elements)
 Constructs a uri string from a uri elements object.
std::string const & get () const
 Get uri encoded string.
 operator std::string const & () const
 Implicit conversion to a string, used by generic options handler.

Private Attributes

std::string uri_

Detailed Description

This class is an object representation of a RFC-2396 encoded uri.

Definition at line 54 of file uri.hpp.


Constructor & Destructor Documentation

moost::murcl::uri::uri ( uri_elements const &  elements) [inline]

Constructs a uri string from a uri elements object.

Parameters:
elementsA uri elements object to be converted to an encoded RFC-2396 string

Definition at line 64 of file uri.hpp.

Here is the call graph for this function:


Member Function Documentation

std::string const& moost::murcl::uri::get ( ) const [inline]

Get uri encoded string.

Returns:
url encoded string

Definition at line 87 of file uri.hpp.

moost::murcl::uri::operator std::string const & ( ) const [inline]

Implicit conversion to a string, used by generic options handler.

Returns:
uri encoded string

Definition at line 98 of file uri.hpp.


Member Data Documentation

std::string moost::murcl::uri::uri_ [private]

Definition at line 104 of file uri.hpp.


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