Predator  [unstable] git snapshot
Public Member Functions | Data Fields
CallInst Struct Reference

bundles static identification of a function with its call instance number More...

#include <symheap.hh>

Public Member Functions

 CallInst ()
 CallInst (const SymBackTrace *)
 CallInst (int uid_, int inst_)

Data Fields

int uid
 uid of the function
int inst
 how many instances of the fnc we have on the stack

Detailed Description

bundles static identification of a function with its call instance number

Definition at line 281 of file symheap.hh.

Constructor & Destructor Documentation

CallInst ( )
inline

Definition at line 285 of file symheap.hh.

CallInst ( const SymBackTrace )
CallInst ( int  uid_,
int  inst_ 
)
inline

Definition at line 293 of file symheap.hh.

Field Documentation

int inst

how many instances of the fnc we have on the stack

Definition at line 283 of file symheap.hh.

Referenced by operator<(), and operator==().

int uid

uid of the function

Definition at line 282 of file symheap.hh.

Referenced by operator==().


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