Go to the source code of this file.
| Classes | |
| class | te::common::uri::authority | 
| URI authority component (without userinfo).  More... | |
| Namespaces | |
| te | |
| URI C++ Library. | |
| te::common | |
| Namespace for the Common module of TerraLib. | |
| te::common::uri | |
| Functions | |
| bool | te::common::uri::decodeAndConcate (std::string::const_iterator &f, std::string &s) | 
| bool | te::common::uri::encodeAndConcate (std::string::const_iterator &f, std::string &s) | 
| std::ostream & | te::common::uri::operator<< (std::ostream &os, const authority &v) | 
| Stream out URI authority.  More... | |
| bool | te::common::uri::parse (std::string::const_iterator &first, std::string::const_iterator last, authority &v) | 
| Parse URI authority, returning whether found or not and advancing first and setting authority if found.  More... | |
| bool | te::common::uri::parseLoginPassword (std::string::const_iterator &first, std::string::const_iterator last, authority &v) |