Open CASCADE Technology 7.9.0
 
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Loading...
Searching...
No Matches
Interface_InterfaceMismatch.hxx File Reference

Macros

#define Interface_InterfaceMismatch_Raise_if(CONDITION, MESSAGE)
 

Macro Definition Documentation

◆ Interface_InterfaceMismatch_Raise_if

#define Interface_InterfaceMismatch_Raise_if ( CONDITION,
MESSAGE )
Value:
if (CONDITION) \
throw Interface_InterfaceMismatch(MESSAGE);