GCS  0.2.3
Public Member Functions | Friends
gu::URI::Authority Class Reference

Public Member Functions

const std::string & user () const
 Get "user" part of authority. More...
 
const std::string & host () const
 Get "host" part of authority. More...
 
const std::string & port () const
 Get "port" part of authority. More...
 

Friends

class gu::URI
 

Member Function Documentation

const std::string& gu::URI::Authority::host ( ) const
inline

Get "host" part of authority.

Returns
host substring
Exceptions
NotSet
const std::string& gu::URI::Authority::port ( ) const
inline

Get "port" part of authority.

Returns
port
Exceptions
NotSet
const std::string& gu::URI::Authority::user ( ) const
inline

Get "user" part of authority.

Returns
user substring
Exceptions
NotSet

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