All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
path.cpp File Reference
#include "path.h"
#include "urisyn.h"
#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

std::string te::common::uri::convert (const path &v)
 URI path to string. More...
 
bool te::common::uri::convert (const std::string &s, path &v)
 String to URI path, returning true if set, which is when the string is not empty or all isspace. More...
 
bool te::common::uri::parse (std::string::const_iterator &first, std::string::const_iterator last, path &v, std::string *errs=0)
 Parse URI path, returning whether found or not and advancing first and setting path if found. More...