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

#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)

Detailed Description

Definition at line 38 of file adt_op_meta.hh.

Constructor & Destructor Documentation

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 
)
inline

tgt specifier of the addr (set)

Definition at line 46 of file adt_op_meta.hh.

Field Documentation

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.

tgt offset of the address (set)

Definition at line 44 of file adt_op_meta.hh.


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