Go to the source code of this file.
Classes | |
| class | te::common::uri::query | 
| URI query component.  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 query &v) | 
| Stream out query encoding.  More... | |
| bool | te::common::uri::parse (std::string::const_iterator &first, std::string::const_iterator last, query &v, std::string *errs=0) | 
| Parse URI query, returning whether found or not and advancing first and setting query if found.  More... | |