Predator
[unstable] git snapshot
|
#include <adt_op_meta.hh>
Public Member Functions | |
MetaOperation (const EMetaOperation code_=MO_INVALID, const TObjId obj_=OBJ_INVALID, const TOffset off_=0, const TObjId tgtObj_=OBJ_INVALID, const TOffset tgtOff_=0, const ETargetSpecifier tgtTs_=TS_INVALID) | |
tgt specifier of the addr (set) |
Data Fields | |
EMetaOperation | code |
TObjId | obj |
kind of meta-operation | |
TOffset | off |
object ID we operate on | |
TObjId | tgtObj |
offset we write at (set/unset) | |
TOffset | tgtOff |
object we take address of (set) | |
ETargetSpecifier | tgtTs |
tgt offset of the address (set) |
Definition at line 38 of file adt_op_meta.hh.
|
inline |
tgt specifier of the addr (set)
Definition at line 46 of file adt_op_meta.hh.
EMetaOperation code |
Definition at line 39 of file adt_op_meta.hh.
TObjId obj |
kind of meta-operation
Definition at line 40 of file adt_op_meta.hh.
TOffset off |
object ID we operate on
Definition at line 41 of file adt_op_meta.hh.
TObjId tgtObj |
offset we write at (set/unset)
Definition at line 42 of file adt_op_meta.hh.
TOffset tgtOff |
object we take address of (set)
Definition at line 43 of file adt_op_meta.hh.
ETargetSpecifier tgtTs |
tgt offset of the address (set)
Definition at line 44 of file adt_op_meta.hh.