This class initializes the COM library. More...
#include <ilviews/windows/com.h>
Static Public Member Functions | |
static IlvRefCountPtr< IlvAbstractLibraryInitialization > | GetInstance () |
This static function is a singleton that returns an unique instance of this class. More... | |
Additional Inherited Members | |
Public Member Functions inherited from IlvAbstractLibraryInitialization | |
virtual | ~IlvAbstractLibraryInitialization ()=0 |
The destructor. More... | |
Protected Types inherited from IlvAbstractLibraryInitialization | |
typedef IlvRefCountPtr< IlvAbstractLibraryInitialization > | CntPtr |
This typedef is a synonym for the type used to declare a reference counter on the inherited classes of this class. | |
This class initializes the COM library.
Library: ilvcom
It uses a mechanism of counting reference. When the counter is decreased to 0, the object is deleted and the COM library is released.
|
static |
This static function is a singleton that returns an unique instance of this class.
The instance is automatically locked through a reference counter.
This function may throw an IlvCOMLibraryInitializationError
exception.
IlvCOMLibraryInitializationError
.