Class Node::InputMap

Nested Relationships

This class is a nested type of Class Node.

Inheritance Relationships

Base Type

  • public std::unordered_map< std::string, Input >

Class Documentation

class InputMap : public std::unordered_map<std::string, Input>

Input map which keeps track of inputs assigned to a node Extends std::unordered_map<std::string, dai::Node::Input>

Public Functions

InputMap(Input defaultInput)
InputMap(std::string name, Input defaultInput)
Input &operator[](const std::string &key)

Create or modify an input.

Public Members

std::string name