Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Macros | Variables
Transfer_TransferDeadLoop.hxx File Reference
#include <Standard_SStream.hxx>
#include <Transfer_TransferFailure.hxx>

Macros

#define Transfer_TransferDeadLoop_Raise_if(CONDITION, MESSAGE)
 

Variables

class This exception is no longer thrown
 
dead loop handling uses local status flags Transfer_TransferDeadLoop
 

Macro Definition Documentation

◆ Transfer_TransferDeadLoop_Raise_if

#define Transfer_TransferDeadLoop_Raise_if ( CONDITION,
MESSAGE )
Value:
if (CONDITION) \
throw Transfer_TransferDeadLoop(MESSAGE);
dead loop handling uses local status flags Transfer_TransferDeadLoop
Definition Transfer_TransferDeadLoop.hxx:27
Deprecated
OCCT 7.9.0 - This macro is deprecated and does nothing.

Variable Documentation

◆ thrown

class This exception is no longer thrown
Deprecated
OCCT 7.9.0 - This exception is deprecated and no longer thrown. Dead loop detection is now handled via local status flags instead of exceptions.

◆ Transfer_TransferDeadLoop

dead loop handling uses local status flags Transfer_TransferDeadLoop