openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
URI Class Reference

#include <uri.h>

Public Member Functions

 URI ()
 
 URI (const std::string &)
 
bool Parse (const std::string &)
 
bool Valid ()
 
std::string Scheme ()
 
std::string Host ()
 
std::string Port ()
 
std::string Path ()
 
std::string Query ()
 
std::string Fragment ()
 
std::string Username ()
 
std::string Password ()
 
std::string Query (const std::string &)
 

Constructor & Destructor Documentation

◆ URI() [1/2]

URI::URI ( )

◆ URI() [2/2]

URI::URI ( const std::string &  url)

Member Function Documentation

◆ Fragment()

std::string URI::Fragment ( )
inline

◆ Host()

std::string URI::Host ( )
inline

◆ Parse()

bool URI::Parse ( const std::string &  u)

◆ Password()

std::string URI::Password ( )
inline

◆ Path()

std::string URI::Path ( )
inline

◆ Port()

std::string URI::Port ( )
inline

◆ Query() [1/2]

std::string URI::Query ( )
inline

◆ Query() [2/2]

std::string URI::Query ( const std::string &  key)

◆ Scheme()

std::string URI::Scheme ( )
inline

◆ Username()

std::string URI::Username ( )
inline

◆ Valid()

bool URI::Valid ( )
inline

The documentation for this class was generated from the following files: