3#include "../global.hpp"
5#include "value_node.hpp"
18 class StringNode :
public ValueNode
21 explicit StringNode(HandleGuard<Node> &&guard) noexcept
18 class StringNode :
public ValueNode {
…};
56 using GenApi::StringNode;
void SetValue(const String &value)
Sets the string value.
Definition string_node.hpp:48
String Value() const
Gets the string value.
Definition string_node.hpp:38
virtual String ToString() const
Returns this node's value as a string representation.
Definition value_node.hpp:52
virtual void FromString(const String &value)
Sets the value of this node from the string value.
Definition value_node.hpp:67
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