#include <ucsym.h>
Inheritance diagram for Uc_const_int_symbol:


Public Member Functions | |
| Uc_const_int_symbol (char *nm, int v) | |
| virtual int | gen_value (vector< char > &out) |
| virtual Uc_expression * | create_expression () |
| int | get_value () const |
Private Attributes | |
| int | value |
Definition at line 115 of file ucsym.h.
| Uc_const_int_symbol::Uc_const_int_symbol | ( | char * | nm, | |
| int | v | |||
| ) | [inline] |
| int Uc_const_int_symbol::gen_value | ( | vector< char > & | out | ) | [virtual] |
| Uc_expression * Uc_const_int_symbol::create_expression | ( | ) | [virtual] |
| int Uc_const_int_symbol::get_value | ( | ) | const [inline] |
int Uc_const_int_symbol::value [private] |
1.5.1