proxygen
folly::exception_tracer::StackTrace Struct Reference

#include <StackTrace.h>

Inheritance diagram for folly::exception_tracer::StackTrace:
folly::exception_tracer::StackTraceStack::Node

Public Member Functions

 StackTrace ()
 

Public Attributes

size_t frameCount
 
uintptr_t addresses [kMaxFrames]
 

Detailed Description

Definition at line 28 of file StackTrace.h.

Constructor & Destructor Documentation

folly::exception_tracer::StackTrace::StackTrace ( )
inline

Definition at line 29 of file StackTrace.h.

Member Data Documentation

uintptr_t folly::exception_tracer::StackTrace::addresses[kMaxFrames]

Definition at line 32 of file StackTrace.h.

Referenced by folly::exception_tracer::getCurrentExceptions().

size_t folly::exception_tracer::StackTrace::frameCount

Definition at line 31 of file StackTrace.h.

Referenced by folly::exception_tracer::getCurrentExceptions().


The documentation for this struct was generated from the following file: