SAGA Adaptor CPI v.1.0
|
Brief description starts here. More...
#include <url.hpp>
Public Member Functions | |
url (std::string const &urlstr) |
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.
saga::adaptors::url::url | ( | std::string const & | urlstr | ) | [inline] |
Reimplemented from saga::url.
Definition at line 30 of file adaptors/url.hpp.