Open CASCADE Technology  6.9.1
Macros
Plugin_Macro.hxx File Reference

Macros

#define PLUGIN(name)
 

Macro Definition Documentation

#define PLUGIN (   name)
Value:
extern "C" {Standard_EXPORT Handle(Standard_Transient) PLUGINFACTORY(const Standard_GUID&);} \
Handle(Standard_Transient) PLUGINFACTORY(const Standard_GUID& aGUID) { \
return name::Factory(aGUID);}\
\
#define Handle(ClassName)
Definition: Standard_Macro.hxx:23
Definition: Standard_GUID.hxx:30
Abstract class which forms the root of the entire Transient class hierarchy.
Definition: Standard_Transient_proto.hxx:29