handles VM (virtual machine) data and provides low-level access to it More...
#include <vm.h>
Public Member Functions | |
| const std::vector< int > & | code () const |
| const std::vector< realt > & | numbers () const |
| void | append_code (int op) |
| void | append_number (realt d) |
| void | clear_data () |
| void | replace_symbols (const std::vector< realt > &vv) |
| void | flip_indices () |
| bool | single_symbol () const |
| bool | has_op (int op) const |
| std::vector< int > & | get_mutable_code () |
Static Public Member Functions | |
| static bool | has_idx (int op) |
handles VM (virtual machine) data and provides low-level access to it
Definition at line 111 of file vm.h.
| void VMData::flip_indices | ( | ) |