ip_address.h File Reference
#include "../Config.h"
#include <string>
#include <iostream>

Go to the source code of this file.

Classes

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