CPPMyth
Library to interoperate with MythTV server
NSROOT::URIParser Class Reference
Collaboration diagram for NSROOT::URIParser:

Data Structures

struct  URI_t
 

Public Member Functions

 URIParser (const std::string &location)
 
const char * Scheme () const
 
const char * Host () const
 
unsigned Port () const
 
const char * User () const
 
const char * Pass () const
 
bool IsRelative () const
 
const char * Path () const
 
const char * Fragment () const
 

Private Member Functions

 URIParser (const URIParser &)
 
URIParseroperator= (const URIParser &)
 

Static Private Member Functions

static void URIScan (char *uri, URI_t *parts)
 

Private Attributes

URI_t m_parts
 
char * m_buffer
 

Detailed Description

Definition at line 31 of file uriparser.h.


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