#include <system.hpp>
◆ Node()
| adaptyst::Node::Node |
( |
std::string | name, |
|
|
std::shared_ptr< Entity > & | entity ) |
◆ add_in_tags()
| void adaptyst::Node::add_in_tags |
( |
std::unordered_set< std::string > & | tags | ) |
|
◆ add_module()
| void adaptyst::Node::add_module |
( |
std::unique_ptr< Module > & | mod | ) |
|
◆ add_out_tags()
| void adaptyst::Node::add_out_tags |
( |
std::unordered_set< std::string > & | tags | ) |
|
◆ close()
| void adaptyst::Node::close |
( |
| ) |
|
◆ get_cpu_mask()
| const char * adaptyst::Node::get_cpu_mask |
( |
| ) |
|
◆ get_local_config_dir()
| fs::path & adaptyst::Node::get_local_config_dir |
( |
| ) |
|
◆ get_log_types()
| std::vector< std::string > adaptyst::Node::get_log_types |
( |
| ) |
|
|
virtual |
◆ get_profile_info()
◆ get_src_code_paths()
| std::unordered_set< fs::path > adaptyst::Node::get_src_code_paths |
( |
| ) |
|
◆ get_tags()
| std::unordered_set< std::string > & adaptyst::Node::get_tags |
( |
| ) |
|
◆ get_tmp_dir()
| fs::path & adaptyst::Node::get_tmp_dir |
( |
| ) |
|
◆ get_type()
| std::string adaptyst::Node::get_type |
( |
| ) |
|
|
virtual |
◆ get_will_profile()
| bool adaptyst::Node::get_will_profile |
( |
| ) |
|
◆ has_in_tag()
| bool adaptyst::Node::has_in_tag |
( |
std::string | tag | ) |
|
◆ has_out_tag()
| bool adaptyst::Node::has_out_tag |
( |
std::string | tag | ) |
|
◆ init()
| bool adaptyst::Node::init |
( |
| ) |
|
◆ is_directing()
| bool adaptyst::Node::is_directing |
( |
| ) |
|
◆ process()
| void adaptyst::Node::process |
( |
std::string & | sdfg | ) |
|
◆ profile_notify()
| void adaptyst::Node::profile_notify |
( |
| ) |
|
◆ profile_wait()
| int adaptyst::Node::profile_wait |
( |
| ) |
|
◆ set_dir()
| void adaptyst::Node::set_dir |
( |
fs::path | path | ) |
|
◆ set_profile_info()
◆ set_will_profile()
| void adaptyst::Node::set_will_profile |
( |
bool | will_profile | ) |
|
◆ wait()
| bool adaptyst::Node::wait |
( |
| ) |
|
The documentation for this class was generated from the following files: