#include <Node.hpp>
Public Member Functions | |
InputMap (Input defaultInput) | |
InputMap (std::string name, Input defaultInput) | |
Input & | operator[] (const std::string &key) |
Create or modify an input. More... | |
Public Attributes | |
std::string | name |
Private Attributes | |
Input | defaultInput |
Input map which keeps track of inputs assigned to a node Extends std::unordered_map<std::string, dai::Node::Input>
dai::Node::InputMap::InputMap | ( | Node::Input | defaultInput | ) |
dai::Node::InputMap::InputMap | ( | std::string | name, |
Node::Input | defaultInput | ||
) |
Node::Input & dai::Node::InputMap::operator[] | ( | const std::string & | key | ) |