Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Macros
Plugin_Macro.hxx File Reference

Macros

#define PLUGIN(name)
 Macro implementing C-style interface function to get factory object from the dynamically loaded library.
 

Macro Definition Documentation

◆ PLUGIN

#define PLUGIN ( name)
Value:
{ \
return const_cast<Standard_Transient*>(name::Factory(aGUID).get()); \
}
STL input iterator that wraps an OCCT More()/Next() iterator.
Definition NCollection_ForwardRange.hxx:142
Definition Standard_GUID.hxx:33
Abstract class which forms the root of the entire Transient class hierarchy.
Definition Standard_Transient.hxx:44

Macro implementing C-style interface function to get factory object from the dynamically loaded library.