SAGA Adaptor CPI v.1.0
|
#include <string>
#include <iosfwd>
#include <saga/saga/util.hpp>
#include <saga/saga/base.hpp>
#include <saga/saga/call.hpp>
#include <saga/saga/object.hpp>
#include <saga/saga/session.hpp>
Go to the source code of this file.
Classes | |
class | saga::url |
SAGA's implementation of an RFC 1630 compliant URL Class. More... | |
Namespaces | |
namespace | saga |
The SAGA root namespace. | |
Functions | |
std::ostream & | saga::operator<< (std::ostream &os, url const &u) |
Brief description starts here. | |
std::istream & | saga::operator>> (std::istream &is, url &u) |
Brief description starts here. | |
bool | saga::operator== (saga::url const &lhs, saga::url const &rhs) |
Brief description starts here. | |
bool | saga::operator!= (saga::url const &lhs, saga::url const &rhs) |
Brief description starts here. | |
bool | saga::operator< (saga::url const &lhs, saga::url const &rhs) |
Brief description starts here. |