UnivesalDisassembler(2003)

TableItem Class Reference

An item of Table consisting of value and length array of decoded bytes. More...

#include <instrset.h>

List of all members.

Classes

struct  Lengths

Public Member Functions

 TableItem (Tables &t, Variables &v, string value, string lengthstr)
string Decode (Section &data, Address addr, unsigned &size)
 Decode actual byte. input: data and address, output: decoded string and size of decoded data.

Public Attributes

Tablestables
Variablesvariables
string value
struct TableItem::Lengths lengths

Detailed Description

An item of Table consisting of value and length array of decoded bytes.

Definition at line 226 of file instrset.h.


Constructor & Destructor Documentation

TableItem::TableItem ( Tables t,
Variables v,
string  value,
string  lengthstr 
)

Member Function Documentation

string TableItem::Decode ( Section data,
Address  addr,
unsigned &  size 
)

Decode actual byte. input: data and address, output: decoded string and size of decoded data.

Definition at line 668 of file instrset.cc.

References value.

Referenced by Table::Decode().


Member Data Documentation

Definition at line 237 of file instrset.h.

Definition at line 239 of file instrset.h.

Referenced by Decode(), and TableItem().

Definition at line 238 of file instrset.h.


The documentation for this class was generated from the following files: