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


Public Member Functions | |
| Uc_bool_expression (bool t) | |
| virtual void | gen_value (vector< char > &out) |
Private Attributes | |
| bool | tf |
Definition at line 185 of file ucexpr.h.
| void Uc_bool_expression::gen_value | ( | vector< char > & | out | ) | [virtual] |
Implements Uc_expression.
Definition at line 351 of file ucexpr.cc.
References UC_PUSHFALSE, and UC_PUSHTRUE.
bool Uc_bool_expression::tf [private] |
1.5.1