|
enum | const_type {
real =0,
handle =1,
j_start =2,
j_next =3,
j_curspace =4,
j_curspace_size =5,
spaceid =6,
j_relative =7,
j_flowref =8,
j_flowref_size =9,
j_flowdest =10,
j_flowdest_size =11
} |
|
enum | v_field { v_space =0,
v_offset =1,
v_size =2,
v_offset_plus =3
} |
|
|
| ConstTpl (const ConstTpl &op2) |
|
| ConstTpl (const_type tp, uintb val) |
|
| ConstTpl (const_type tp) |
|
| ConstTpl (AddrSpace *sid) |
|
| ConstTpl (const_type tp, int4 ht, v_field vf) |
|
| ConstTpl (const_type tp, int4 ht, v_field vf, uintb plus) |
|
bool | isConstSpace (void) const |
|
bool | isUniqueSpace (void) const |
|
bool | operator== (const ConstTpl &op2) const |
|
bool | operator< (const ConstTpl &op2) const |
|
uintb | getReal (void) const |
|
AddrSpace * | getSpace (void) const |
|
int4 | getHandleIndex (void) const |
|
const_type | getType (void) const |
|
v_field | getSelect (void) const |
|
uintb | fix (const ParserWalker &walker) const |
|
AddrSpace * | fixSpace (const ParserWalker &walker) const |
|
void | transfer (const vector< HandleTpl * > ¶ms) |
|
bool | isZero (void) const |
|
void | changeHandleIndex (const vector< int4 > &handmap) |
|
void | fillinSpace (FixedHandle &hand, const ParserWalker &walker) const |
|
void | fillinOffset (FixedHandle &hand, const ParserWalker &walker) const |
|
void | saveXml (ostream &s) const |
|
void | restoreXml (const Element *el, const AddrSpaceManager *manage) |
|
The documentation for this class was generated from the following files: