namespace Akenti class Certificate : public ref_ptr
A Certificate object is a reference-count pointer
that wraps a CertificateImpl object
Inheritance:
Public Methods
| Certificate (CertificateImpl *impl = NULL)
Constructs a Certificate given a CertificateImpl
object
|
| ~Certificate ()
Decrements the count of references to the wrapped CertificateImpl
object
|
Public Methods
ref_ptr & operator=(const ref_ptr& rhs)
T* operator->() const
operator void*() const
T* get() const
Documentation
A Certificate object is a reference-count pointer
that wraps a CertificateImpl object. It provides applications,
albeit indirectly, the services that a certificate supports.
Certificate(CertificateImpl *impl = NULL)
-
Constructs a Certificate given a CertificateImpl
object.
- Parameters:
- impl - wrapped CertificateImpl object
- See Also:
- ref_ptr
CertificateImpl
~Certificate()
-
Decrements the count of references to the wrapped CertificateImpl
object. If this count is zero, then the wrapped object is deleted.
- See Also:
- ref_ptr
- This class has no child classes.
- Author:
- Srilekha Mudumbai
Abdelilah Essiari
- Version:
- 1.1 00/05/01
- See Also:
- ref_ptr
CertificateImpl
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