Anonymous (not verified) Fri, 09/23/2005 - 11:13 Forums: Other usage issueswhat is difference Handle_ with Handle()? ex) Handle_Geom_BSplineSurface vs. Handle(Geom_BSplineSurface) Tonio (not verified) Fri, 09/23/2005 - 11:36 In my opinion (and my experience) there is no difference. Log in to post comments Stephane Routelous Fri, 09/23/2005 - 15:14 it is the same. check the file Standard_Macro.hxx you will find : #define Handle(ClassName) Handle_##ClassName HTH, Stephanehttp://www.exotk.org Log in to post comments
Fri, 09/23/2005 - 11:36
In my opinion (and my experience) there is no difference.
Fri, 09/23/2005 - 15:14
it is the same.
check the file Standard_Macro.hxx you will find :
#define Handle(ClassName) Handle_##ClassName
HTH,
Stephane
http://www.exotk.org