Loading...
Searching...
No Matches
ForthMachineOf< T, I > Member List

This is the complete list of members for ForthMachineOf< T, I >, including all inherited members.

abi_version() const noexceptForthMachineOf< T, I >
begin(const std::map< std::string, std::shared_ptr< ForthInputBuffer > > &inputs)ForthMachineOf< T, I >
begin()ForthMachineOf< T, I >
begin_again(const std::map< std::string, std::shared_ptr< ForthInputBuffer > > &inputs, bool reset_instruction)ForthMachineOf< T, I >
bytecodes() constForthMachineOf< T, I >
bytecodes_offsets() constForthMachineOf< T, I >
call(const std::string &name)ForthMachineOf< T, I >
call(int64_t index)ForthMachineOf< T, I >
count_instructions() const noexceptForthMachineOf< T, I >
count_nanoseconds() const noexceptForthMachineOf< T, I >
count_reads() const noexceptForthMachineOf< T, I >
count_reset() noexceptForthMachineOf< T, I >
count_writes() const noexceptForthMachineOf< T, I >
current_bytecode_position() const noexceptForthMachineOf< T, I >
current_instruction() constForthMachineOf< T, I >
current_recursion_depth() const noexceptForthMachineOf< T, I >
decompiled() constForthMachineOf< T, I >
decompiled_at(int64_t bytecode_position, const std::string &indent="") constForthMachineOf< T, I >
decompiled_segment(int64_t segment_position, const std::string &indent="", bool endline=true) constForthMachineOf< T, I >
dictionary() constForthMachineOf< T, I >
ForthMachineOf(const std::string &source, int64_t stack_max_depth=1024, int64_t recursion_max_depth=1024, int64_t string_buffer_size=1024, int64_t output_initial_size=1024, double output_resize_factor=1.5)ForthMachineOf< T, I >
input_must_be_writable(const std::string &name) constForthMachineOf< T, I >
input_position_at(const std::string &name) constForthMachineOf< T, I >
input_position_at(int64_t index) const noexceptForthMachineOf< T, I >
is_defined(const std::string &word) constForthMachineOf< T, I >
is_done() const noexceptForthMachineOf< T, I >inline
is_input(const std::string &word) constForthMachineOf< T, I >
is_integer(const std::string &word, int64_t &value) constForthMachineOf< T, I >
is_nbit(const std::string &word, I &value) constForthMachineOf< T, I >
is_output(const std::string &word) constForthMachineOf< T, I >
is_ready() const noexceptForthMachineOf< T, I >inline
is_reserved(const std::string &word) constForthMachineOf< T, I >
is_segment_done() const noexceptForthMachineOf< T, I >inline
is_variable(const std::string &word) constForthMachineOf< T, I >
maybe_throw(util::ForthError err, const std::set< util::ForthError > &ignore) constForthMachineOf< T, I >
output_at(const std::string &name) constForthMachineOf< T, I >
output_at(int64_t index) const noexceptForthMachineOf< T, I >
output_index() const noexceptForthMachineOf< T, I >
output_initial_size() const noexceptForthMachineOf< T, I >
output_resize_factor() const noexceptForthMachineOf< T, I >
outputs() constForthMachineOf< T, I >
recursion_max_depth() const noexceptForthMachineOf< T, I >
reset()ForthMachineOf< T, I >
resume()ForthMachineOf< T, I >
run(const std::map< std::string, std::shared_ptr< ForthInputBuffer > > &inputs)ForthMachineOf< T, I >
run()ForthMachineOf< T, I >
source() const noexceptForthMachineOf< T, I >
stack() constForthMachineOf< T, I >
stack_at(int64_t from_top) const noexceptForthMachineOf< T, I >
stack_can_pop() const noexceptForthMachineOf< T, I >inline
stack_can_push() const noexceptForthMachineOf< T, I >inline
stack_clear() noexceptForthMachineOf< T, I >
stack_depth() const noexceptForthMachineOf< T, I >
stack_max_depth() const noexceptForthMachineOf< T, I >
stack_pop() noexceptForthMachineOf< T, I >inline
stack_push(T value) noexceptForthMachineOf< T, I >inline
step()ForthMachineOf< T, I >
string_at(int64_t index) const noexceptForthMachineOf< T, I >
string_buffer_size() const noexceptForthMachineOf< T, I >
variable_at(const std::string &name) constForthMachineOf< T, I >
variable_at(int64_t index) const noexceptForthMachineOf< T, I >
variable_index() constForthMachineOf< T, I >
variables() constForthMachineOf< T, I >
~ForthMachineOf()ForthMachineOf< T, I >