Urdl C++ Library

PrevUpHomeNext
url::url

Constructs an object of class url.

url();
  » more...

url(
    const char * s);
  » more...

url(
    const std::string & s);
  » more...

PrevUpHomeNext