ACE  6.3.4
Classes | Macros
Stack_Trace.h File Reference
#include "ace/ACE_export.h"
#include "ace/Basic_Types.h"

Classes

class  ACE_Stack_Trace
 Encapsulate a string representation of a stack trace on supported platforms. Stack traces for code built with optimize=1 (or "Release" configs on Visual Studio) may be misleading (missng frames) due to inlining performed by the compiler, which is indepenent of the inline=0 / inline=1 build option and the ACE_INLINE / ACE_NO_INLINE macros. More...
 

Macros

#define ACE_STACK_TRACE_SYMBUFSIZ   4096
 

Detailed Description

Author
Chris Cleeland (cleeland.ociweb.com)

Macro Definition Documentation

#define ACE_STACK_TRACE_SYMBUFSIZ   4096