3#include "../global.hpp"
5#include "value_node.hpp"
18 class CategoryNode :
public ValueNode
21 explicit CategoryNode(HandleGuard<Node> &&guard) noexcept
28 return GetDependentNodeCount(NodeList::ChildNode);
49 return GetDependentNodes<Node>(NodeList::ChildNode);
18 class CategoryNode :
public ValueNode {
…};
55 using GenApi::CategoryNode;
std::vector< NodePtr > Nodes() const
Gets the nodes categorized by this node.
Definition category_node.hpp:47
void FromString(const String &value) override
Not supported.
Definition category_node.hpp:36
Namespace for GenApi based device configuration.
Definition decl_fw_updater.hpp:29
Root namespace for the Image Manager interface.
Definition c_bayer_to_rgb.h:17
std::string String
String for wide characters or unicode characters.
Definition string.hpp:49