namespace Akenti class URLConnection : public ref_ptr<URLConnectionImpl>

A URLConnection object is a ref_ptr to a URLConnectionImpl that wraps a URLHandlerImpl

Inheritance:


Public Methods

URLConnection (URLConnectionImpl* impl = NULL)
Constructs this object
~URLConnection ()
Decrements the ref_cnt and when the count reaches 0 destroys the implementation and this object

Inherited from ref_ptr:

Public Methods

ref_ptr & operator=(const ref_ptr& rhs)
T* operator->() const
operator void*() const
T* get() const

Documentation

A URLConnection object is a ref_ptr to a URLConnectionImpl that wraps a URLHandlerImpl. Provides services indirectly from the URLHandlerImpl.
URLConnection(URLConnectionImpl* impl = NULL)
Constructs this object
Parameters:
impl - the URLConnectionImpl object

~URLConnection()
Decrements the ref_cnt and when the count reaches 0 destroys the implementation and this object


This class has no child classes.
Author:
Srilekha Mudumbai Abdelilah Essiari
Version:
1.1 00/11/01
See Also:
URLConnectionImpl
ref_ptr

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de