Property::to_string

Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
James Cherry
2025-04-24 11:09:30 -07:00
parent 03d2a48f46
commit 8ba75fdb9c
3 changed files with 12 additions and 11 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ public:
Type type() const { return type_; }
const Unit *unit() const { return unit_; }
const char *asString(const Network *network) const;
std::string to_string(const Network *network) const;
const char *stringValue() const; // valid for type string
float floatValue() const; // valid for type float
bool boolValue() const; // valid for type bool