CCTLib
Calling-context and data-object attribution library for Intel Pin
Guard Struct Reference

Public Member Functions

 Guard (uint64_t *s, uint64_t v_)
 
 ~Guard () noexcept
 

Public Attributes

uint64_t * slot
 
uint64_t v
 

Detailed Description

Definition at line 23 of file exc_dtor_cleanup.cpp.

Constructor & Destructor Documentation

◆ Guard()

Guard::Guard ( uint64_t *  s,
uint64_t  v_ 
)
inline

Definition at line 26 of file exc_dtor_cleanup.cpp.

References slot, and v.

◆ ~Guard()

Guard::~Guard ( )
inlinenoexcept

Definition at line 29 of file exc_dtor_cleanup.cpp.

References slot.

Member Data Documentation

◆ slot

uint64_t* Guard::slot

Definition at line 24 of file exc_dtor_cleanup.cpp.

Referenced by Guard(), and ~Guard().

◆ v

uint64_t Guard::v

Definition at line 25 of file exc_dtor_cleanup.cpp.

Referenced by Guard().


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