#include "path.h"
#include "urisyn.h"
#include <stdexcept>
 
Go to the source code of this file.
 | 
| 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...
  | 
|   |