Views
Foundation Package API Reference Guide
Product Documentation:
Views Documentation Home
List of all members | Public Member Functions | Protected Types
IlvAbstractLibraryInitialization Class Referenceabstract

Root class for the initialization of the COM or ATL libraries. More...

#include <ilviews/windows/com.h>

Inheritance diagram for IlvAbstractLibraryInitialization:
IlvATLModuleInitialization IlvCOMLibraryInitialization

Public Member Functions

virtual ~IlvAbstractLibraryInitialization ()=0
 The destructor. More...
 

Protected Types

typedef IlvRefCountPtr< IlvAbstractLibraryInitializationCntPtr
 This typedef is a synonym for the type used to declare a reference counter on the inherited classes of this class.
 

Detailed Description

Root class for the initialization of the COM or ATL libraries.

Library: ilvcom

This class is a pure abstract one. It just defines the destructor as pure virtual and two typedefs that are used in the derived classes.

Constructor & Destructor Documentation

◆ ~IlvAbstractLibraryInitialization()

IlvAbstractLibraryInitialization::~IlvAbstractLibraryInitialization ( )
pure virtual

The destructor.

This function is pure virtual.