All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ipv6_address.cpp File Reference
#include "ipv6_address.h"
#include "ip_address.h"
#include <sstream>
#include <stdexcept>

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::parse (std::string::const_iterator &first, std::string::const_iterator last, unsigned short &v)
 
bool te::common::uri::parse (std::string::const_iterator &first, std::string::const_iterator last, ipv6_address &v)
 Parse IP v6 address, returning whether found or not and advancing first and setting address if found. More...