#include <Standard.hxx>#include <Standard_DefineHandle.hxx>#include <Standard_DefineException.hxx>#include <Standard_SStream.hxx>#include <Interface_InterfaceError.hxx>#include <Standard_Failure.hxx>#include <Handle_Interface_InterfaceError.hxx>#include <Handle_Interface_InterfaceMismatch.hxx>Defines | |
| #define | Interface_InterfaceMismatch_Raise_if(CONDITION, MESSAGE) if (CONDITION) Interface_InterfaceMismatch::Raise(MESSAGE); |
| #define Interface_InterfaceMismatch_Raise_if | ( | CONDITION, | |||
| MESSAGE | ) | if (CONDITION) Interface_InterfaceMismatch::Raise(MESSAGE); |
1.6.3