#include <srt.h>
Inheritance diagram for sym_int_mem:

Public Member Functions | |
| sym_int_mem (sym_int_token *a, UINT s, srt_endian e) | |
| virtual bool | compare_eq (sym_int_token *t) |
| virtual Object * | duplicate () |
| virtual bool | evaluate (bool *i) |
| virtual int | nstrfy (char *buf, int n) |
| virtual OBJECT_ID | object_id () const |
Public Attributes | |
| sym_int_token * | addr |
| UINT | size |
| srt_endian | endian |
|
||||||||||||||||
|
Definition at line 91 of file srt.cc. References addr, endian, size, and UINT. Referenced by duplicate(). |
|
|
Implements sym_int_token. |
|
|
Standard Object duplicator.
Reimplemented from Object. Definition at line 103 of file srt.cc. References addr, Object::duplicate(), endian, size, and sym_int_mem(). |
|
|
|
|
||||||||||||
|
Implements sym_int_token. Definition at line 113 of file srt.cc. References addr, buf, endian, sym_int_token::nstrfy(), size, and srt_endian_to_str(). |
|
|
Reimplemented from Object. Definition at line 123 of file srt.cc. References ATOM_SYM_INT_MEM. |
|
|
Definition at line 81 of file srt.h. Referenced by duplicate(), nstrfy(), and sym_int_mem(). |
|
|
Definition at line 83 of file srt.h. Referenced by duplicate(), nstrfy(), and sym_int_mem(). |
|
|
Definition at line 82 of file srt.h. Referenced by duplicate(), nstrfy(), and sym_int_mem(). |
1.3.5