URI Class Reference
#include <URI.h>
Public Member Functions | |
| URI (const string &uri) SSRC_DECL_THROW(std | |
| bool | absolute () const |
| string | uri () const |
| string | scheme () const |
| string | authority () const |
| string | path () const |
| string | query () const |
| string | fragment () const |
Detailed Description
Constructor & Destructor Documentation
Member Function Documentation
| bool URI::absolute | ( | ) | const [inline] |
| string URI::authority | ( | ) | const [inline] |
| string URI::fragment | ( | ) | const [inline] |
| string URI::query | ( | ) | const [inline] |
Definition at line 69 of file URI.h.
Referenced by parse_get_parameters().
| string URI::scheme | ( | ) | const [inline] |
The documentation for this class was generated from the following files:
Copyright © 2006-2011 Savarese Software Research Corporation. All rights reserved.