Struct NodeObjInfo

Nested Relationships

Nested Types

Struct Documentation

struct NodeObjInfo

NodeObj information structure.

Public Members

int64_t id = -1
int64_t parentId = -1
std::string name
std::string alias
std::vector<std::uint8_t> properties
LogLevel logLevel = LogLevel::WARN
std::unordered_map<std::tuple<std::string, std::string>, NodeIoInfo, IoInfoKey> ioInfo
struct IoInfoKey

Public Functions

inline std::size_t operator()(const std::tuple<std::string, std::string> &k) const