Go to the source code of this file.
Classes | |
| class | te::common::uri::path | 
| URI path component.  More... | |
Namespaces | |
| te | |
| URI C++ Library.  | |
| te::common | |
| Namespace for the Common module of TerraLib.  | |
| te::common::uri | |
Functions | |
| std::string | te::common::uri::convert (const path &v) | 
| URI path to string.  More... | |
| bool | te::common::uri::convert (const std::string &s, path &v) | 
| String to URI path, returning true if set, which is when the string is not empty or all isspace.  More... | |
| std::ostream & | te::common::uri::operator<< (std::ostream &os, const path &v) | 
| Stream out path encoding.  More... | |
| bool | te::common::uri::parse (std::string::const_iterator &first, std::string::const_iterator last, path &v, std::string *errs=0) | 
| Parse URI path, returning whether found or not and advancing first and setting path if found.  More... | |