Drive Engine  1.0.0
Plateforme de reconstruction 3D
DriveEngine::DynamicLibraryRecord Class Reference

(Internal class) Dynamic library record More...

#include <DynamicLibraryRecord.h>

Public Member Functions

 DynamicLibraryRecord (DYNAMIC_LIBRARY_RECORD_TYPE handler)
 Constructor. More...
 
DYNAMIC_LIBRARY_RECORD_TYPE GetHandler () const
 Gets the dynamic library handler. More...
 

Friends

bool operator== (const DynamicLibraryRecord &first, const DynamicLibraryRecord &second)
 

Detailed Description

(Internal class) Dynamic library record

The record contain the reference to the dynamic library handler. It is platform dependent.

Constructor & Destructor Documentation

DynamicLibraryRecord::DynamicLibraryRecord ( DYNAMIC_LIBRARY_RECORD_TYPE  handler)

Constructor.

Exception safety : No-throw guarantee. This member function never throws exceptions.

Parameters
handlerThe dynamic library handler.

Member Function Documentation

DYNAMIC_LIBRARY_RECORD_TYPE DynamicLibraryRecord::GetHandler ( ) const

Gets the dynamic library handler.

Exception safety : No-throw guarantee. This member function never throws exceptions.

Returns
The dynamic library handler.

The documentation for this class was generated from the following files: