The class representing the result of URL resolution. More...
#include <zorba/uri_resolvers.h>
Public Types | |
typedef std::unique_ptr < Resource, internal::ztd::destroy_delete < Resource > > | ptr |
Public Member Functions | |
virtual void | destroy () const =0 |
Destroy/clean up this Resource. More... | |
virtual | ~Resource ()=0 |
The class representing the result of URL resolution.
This class is the final output of the URI resolution process. All URL resolvers return results using subclasses of this class.
Definition at line 50 of file uri_resolvers.h.
Definition at line 54 of file uri_resolvers.h.
|
pure virtual |
|
pure virtual |