Declaration
class simaai::neat::Input { ... }
Base classes
| class | Node |
|
| class | OutputSpecProvider |
|
Public Constructors Index
Public Member Functions Index
Private Member Attributes Index
Definition at line 49 of file Input.h.
Public Constructors
Input()
Public Member Functions
backend_fragment()
| std::string simaai::neat::Input::backend_fragment (int node_index) |
|
buffer_name_hint()
| std::string simaai::neat::Input::buffer_name_hint (int node_index) |
|
caps_behavior()
| NodeCapsBehavior simaai::neat::Input::caps_behavior () |
|
inline
|
Definition at line 62 of file Input.h.
63 return NodeCapsBehavior::Static;
64 }
caps_string()
| std::string simaai::neat::Input::caps_string () |
|
element_names()
| std::vector<std::string> simaai::neat::Input::element_names (int node_index) |
|
input_role()
| InputRole simaai::neat::Input::input_role () |
|
inline
|
Definition at line 59 of file Input.h.
60 return InputRole::Push;
61 }
kind()
| std::string simaai::neat::Input::kind () |
|
inline
|
Definition at line 53 of file Input.h.
53 std::string kind() const override {
54 return "Input";
55 }
options()
| const InputOptions& simaai::neat::Input::options () |
|
inline
|
output_spec()
| OutputSpec simaai::neat::Input::output_spec (const OutputSpec & input) |
|
user_label()
| std::string simaai::neat::Input::user_label () |
|
inline
|
Private Member Attributes
opt_
| InputOptions simaai::neat::Input::opt_ |
|
The documentation for this class was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.