proxygen
|
#include <ExceptionTracer.h>
Public Attributes | |
const std::type_info * | type {nullptr} |
std::vector< uintptr_t > | frames |
Definition at line 30 of file ExceptionTracer.h.
std::vector<uintptr_t> folly::exception_tracer::ExceptionInfo::frames |
Definition at line 35 of file ExceptionTracer.h.
Referenced by folly::exception_tracer::getCurrentExceptions(), folly::exception_tracer::operator<<(), and folly::exception_tracer::printExceptionInfo().
const std::type_info* folly::exception_tracer::ExceptionInfo::type {nullptr} |
Definition at line 31 of file ExceptionTracer.h.
Referenced by folly::exception_tracer::getCurrentExceptions(), folly::exception_tracer::operator<<(), and folly::exception_tracer::printExceptionInfo().