Skip to content
Snippets Groups Projects

ENH: Add retrieval and queries to Extern C interface

Merged Florian Spreckelsen requested to merge f-extended-c into f-files
2 unresolved threads
Compare and
10 files
+ 968
76
Compare changes
  • Side-by-side
  • Inline
Files
10
+ 2
2
@@ -338,7 +338,7 @@ public:
/**
* Return the current size of the properties container.
*
* This is also the number of properties the owningn entity currently has.
* This is also the number of properties the owning entity currently has.
*/
[[nodiscard]] inline auto Size() const -> int { return wrapped->size(); }
/**
@@ -442,7 +442,7 @@ public:
auto SetRole(const std::string &role) -> void;
auto SetName(const std::string &name) -> void;
auto SetDescription(const std::string &description) -> void;
auto SetValue(const std::string &value) -> void;
auto SetUnit(const std::string &unit) -> void;
// Currently no references or lists.
Loading