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

tuple of binding offsets assigned to abstract objects More...

#include <symheap.hh>

Public Member Functions

 BindingOff ()
 BindingOff (EObjKind kind)

Data Fields

TOffset head
 target offset
TOffset next
 offset of the 'next' or 'r' pointer
TOffset prev
 offset of the 'prev' or 'l' pointer

Detailed Description

tuple of binding offsets assigned to abstract objects

Definition at line 782 of file symheap.hh.

Constructor & Destructor Documentation

BindingOff ( )
inline

Definition at line 787 of file symheap.hh.

BindingOff ( EObjKind  kind)
inline

Definition at line 794 of file symheap.hh.

References CL_BREAK_IF, and OK_OBJ_OR_NULL.

Field Documentation

TOffset head

target offset

Definition at line 783 of file symheap.hh.

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

TOffset next

offset of the 'next' or 'r' pointer

Definition at line 784 of file symheap.hh.

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

TOffset prev

offset of the 'prev' or 'l' pointer

Definition at line 785 of file symheap.hh.

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


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