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

Go to the source code of this file.

Classes

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