SAGA Adaptor CPI v.1.0
saga::adaptors::url Class Reference

Brief description starts here. More...

#include <url.hpp>

Inheritance diagram for saga::adaptors::url:

List of all members.

Public Member Functions

 url (std::string const &urlstr)

Detailed Description

Brief description starts here.

The only difference of this class if compared to the saga::url class is that it doesn't check the url on construction time, allowing to speed up the creation of large amounts of objects. The url's will be checked on first access to one of the member functions.

Definition at line 27 of file adaptors/url.hpp.


Constructor & Destructor Documentation

saga::adaptors::url::url ( std::string const &  urlstr) [inline]

Reimplemented from saga::url.

Definition at line 30 of file adaptors/url.hpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines