Intel HE Acceleration Library for FPGAs
Intel Homomorphic Encryption Acceleration Library for FPGAs, accelerating the modular arithmetic operations used in homomorphic encryption on Intel FPGAs.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
intel::hexl::fpga::StackTrace Class Referenceabstract

Class StackTrace Allows the investigation of the traces dump Dumps the traces. More...

#include <stack_trace.h>

Public Member Functions

virtual ~StackTrace ()=default
 
virtual void dump (std::ostream &os)=0
 

Static Public Member Functions

static StackTracestack ()
 

Protected Member Functions

 StackTrace ()
 

Detailed Description

Class StackTrace Allows the investigation of the traces dump Dumps the traces.

Parameters
[in]osvector of traces

Constructor & Destructor Documentation

virtual intel::hexl::fpga::StackTrace::~StackTrace ( )
virtualdefault
intel::hexl::fpga::StackTrace::StackTrace ( )
inlineprotected

Member Function Documentation

virtual void intel::hexl::fpga::StackTrace::dump ( std::ostream &  os)
pure virtual
static StackTrace* intel::hexl::fpga::StackTrace::stack ( )
static

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