zorba::Resource
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.
Public Types
| std::unique_ptr< Resource, internal::ztd::destroy_delete< Resource > > | ptr |
Public Types
ptr
Public Functions
destroy
const virtual void destroy()
Destroy/clean up this Resource.
Zorba will call this method when it no longer needs the Resource. It is the responsibility of subclasses to clean up appropriate when this method is called, including calling "delete this" if the Resource was allocated with "new".
~Resource
virtual ~Resource()
blog comments powered by Disqus