Go to the source code of this file.
|
#define | SO_TRACE_IN(__classAndMethod___) |
| This macro can/should be inserted at first position in user implemented class methods and functions.
|
|
◆ SO_TRACE_IN
#define SO_TRACE_IN |
( |
|
__classAndMethod___ | ) |
|
It stores pointers to a string in buffers for the most recently called function and on a call stack. In error cases these buffers can be read to analyse the crash/error position.
Definition at line 29 of file SoTrace.h.
◆ SoGlobalTraceBufferType
◆ SoGlobalTraceBuffer
It is used by all SO_TRACE_IN macros to trace function calls in inventor code. In the case of catched error exceptions the most recently called functions and function stack can be dumped.
Referenced by SoTraceBuffer< INDEXTYPE >::getTraceDumpString().