#include "authority.h"#include "ip_address.h"#include "ipv6_address.h"#include "domain_name.h"#include <sstream>#include <stdexcept>#include <cstdlib>#include <cstdio>Go to the source code of this file.
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) |
| 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) |