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