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
Constructs a uri string from a uri elements object.
- Parameters:
-
| elements | A uri elements object to be converted to an encoded RFC-2396 string |
Definition at line 64 of file uri.hpp.
Member Function Documentation
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
The documentation for this class was generated from the following file:
- /home/mhx/git/github/libmoost/include/moost/murcl/uri.hpp