#include <ucstmt.h>
Inheritance diagram for Uc_call_statement:


Public Member Functions | |
| Uc_call_statement (Uc_call_expression *f) | |
| ~Uc_call_statement () | |
| virtual void | gen (std::vector< char > &out, Uc_function *fun) |
Private Attributes | |
| Uc_call_expression * | function_call |
Definition at line 276 of file ucstmt.h.
| Uc_call_statement::Uc_call_statement | ( | Uc_call_expression * | f | ) |
| virtual void Uc_call_statement::gen | ( | std::vector< char > & | out, | |
| Uc_function * | fun | |||
| ) | [virtual] |
1.5.1