#include "../Config.h"#include "scheme.h"#include "authority.h"#include "path.h"#include "query.h"#include "fragment.h"#include "utils.h"#include <string>#include <iostream>Go to the source code of this file.
Classes | |
| class | te::common::uri::uri | 
| Uniform Resource Identifier (URI) reference.  More... | |
Namespaces | |
| te | |
| URI C++ Library.  | |
| te::common | |
| Namespace for the Common module of TerraLib.  | |
| te::common::uri | |
Functions | |
| std::ostream & | te::common::uri::operator<< (std::ostream &os, const uri &v) | 
| Stream out URI encoding.  More... | |
| bool TECOMMONEXPORT | te::common::uri::parse (std::string::const_iterator &first, std::string::const_iterator last, uri &v, std::string *errs=0) | 
| Parse URI, returning whether found or not and advancing first and setting URI if found.  More... | |