ttg::TTBase Member List
This is the complete list of members for ttg::TTBase, including all inherited members.
fence()=0 | ttg::TTBase | pure virtual |
get_class_name() const | ttg::TTBase | inline |
get_inputs() const | ttg::TTBase | inline |
get_instance_id() const | ttg::TTBase | inline |
get_name() const | ttg::TTBase | inline |
get_outputs() const | ttg::TTBase | inline |
get_outputs_tls_ptr() | ttg::TTBase | inlinestatic |
get_world() const =0 | ttg::TTBase | pure virtual |
in(size_t i) | ttg::TTBase | inline |
in() | ttg::TTBase | inline |
invoke() | ttg::TTBase | inlinevirtual |
is_executable() const | ttg::TTBase | inline |
is_lazy_pull() | ttg::TTBase | inline |
is_ttg() const | ttg::TTBase | inline |
make_executable()=0 | ttg::TTBase | inlinepure virtual |
operator=(TTBase &&other) | ttg::TTBase | inlineprotected |
out(size_t i) | ttg::TTBase | inline |
out() | ttg::TTBase | inline |
outputs_tls_ptr_accessor() | ttg::TTBase | inlineprotectedstatic |
register_input_terminals(terminalsT &terms, const namesT &names) | ttg::TTBase | inlineprotected |
register_output_terminals(terminalsT &terms, const namesT &names) | ttg::TTBase | inlineprotected |
register_terminal(terminalT &term, const std::string &name, const setfuncT setfunc) | ttg::TTBase | inlineprotected |
register_terminals(std::index_sequence< IS... >, terminalsT &terms, const namesT &names, const setfuncT setfunc) | ttg::TTBase | inlineprotected |
release() | ttg::TTBase | inlinevirtual |
set_input(size_t i, TerminalBase *t) | ttg::TTBase | inlineprotected |
set_lazy_pull(bool value) | ttg::TTBase | inlinestatic |
set_lazy_pull_instance(bool value) | ttg::TTBase | inline |
set_name(const std::string &name) | ttg::TTBase | inline |
set_output(size_t i, TerminalBase *t) | ttg::TTBase | inlineprotected |
set_outputs_tls_ptr() | ttg::TTBase | inlineprotected |
set_outputs_tls_ptr(const std::vector< TerminalBase * > *ptr) | ttg::TTBase | inlineprotected |
set_terminals(std::index_sequence< IS... >, terminalsT &terms, const setfuncT setfunc) | ttg::TTBase | inlineprotected |
set_terminals(const terminalsT &terms, const setfuncT setfunc) | ttg::TTBase | inlineprotected |
set_trace_all(bool value) | ttg::TTBase | inlinestatic |
set_trace_instance(bool value) | ttg::TTBase | inline |
trace(const T &t, const Ts &...ts) | ttg::TTBase | inline |
tracing() const | ttg::TTBase | inline |
TTBase(TTBase &&other) | ttg::TTBase | inlineprotected |
TTBase(const std::string &name, size_t numins, size_t numouts) | ttg::TTBase | inlineprotected |
ttg() const | ttg::TTBase | inline |
TTG class | ttg::TTBase | friend |
ttg_ptr() const | ttg::TTBase | inline |
~TTBase()=default | ttg::TTBase | virtual |