Declaration
class simaai::neat::FileInput { ... }
Base class
Public Constructors Index
Public Member Functions Index
Private Member Attributes Index
Definition at line 16 of file FileInput.h.
Public Constructors
FileInput()
| simaai::neat::FileInput::FileInput (std::string path) |
|
explicit
|
Public Member Functions
backend_fragment()
| std::string simaai::neat::FileInput::backend_fragment (int node_index) |
|
caps_behavior()
| NodeCapsBehavior simaai::neat::FileInput::caps_behavior () |
|
inline
|
Definition at line 29 of file FileInput.h.
30 return NodeCapsBehavior::Dynamic;
31 }
element_names()
| std::vector<std::string> simaai::neat::FileInput::element_names (int node_index) |
|
input_role()
| InputRole simaai::neat::FileInput::input_role () |
|
inline
|
Definition at line 26 of file FileInput.h.
27 return InputRole::Source;
28 }
kind()
| std::string simaai::neat::FileInput::kind () |
|
inline
|
Definition at line 20 of file FileInput.h.
20 std::string kind() const override {
21 return "FileInput";
22 }
path()
| const std::string& simaai::neat::FileInput::path () |
|
inline
|
Definition at line 36 of file FileInput.h.
36 const std::string& path() const {
37 return path_;
38 }
user_label()
| std::string simaai::neat::FileInput::user_label () |
|
inline
|
Private Member Attributes
path_
| std::string simaai::neat::FileInput::path_ |
|
The documentation for this class was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.