#include <ucexpr.h>
Inheritance diagram for Uc_string_expression:


Public Member Functions | |
| Uc_string_expression (int o) | |
| virtual void | gen_value (vector< char > &out) |
| virtual int | get_string_offset () |
Private Attributes | |
| int | offset |
Definition at line 222 of file ucexpr.h.
| Uc_string_expression::Uc_string_expression | ( | int | o | ) | [inline] |
| void Uc_string_expression::gen_value | ( | vector< char > & | out | ) | [virtual] |
Implements Uc_expression.
Definition at line 402 of file ucexpr.cc.
References UC_PUSHS, and Write2().
Here is the call graph for this function:

| virtual int Uc_string_expression::get_string_offset | ( | ) | [inline, virtual] |
int Uc_string_expression::offset [private] |
1.5.1