namespace Akenti class CertificateRequest : public ref_ptr<CertificateRequestImpl>

A CertificateRequest object is a reference-count pointer that wraps a CertificateRequestImpl

Inheritance:


Public Methods

CertificateRequest (CertificateRequestImpl *impl = NULL)
Constructs a CertificateRequest given a CertificateRequestImpl object
~CertificateRequest ()
Decrements the count of references to the wrapped CertificateRequestImpl 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 CertificateRequest object is a reference-count pointer that wraps a CertificateRequestImpl
CertificateRequest(CertificateRequestImpl *impl = NULL)
Constructs a CertificateRequest given a CertificateRequestImpl object.
Parameters:
impl - wrapped CertificateRequestImpl object
See Also:
ref_ptr
CertificateRequestImpl

~CertificateRequest()
Decrements the count of references to the wrapped CertificateRequestImpl 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