Skip to content
Snippets Groups Projects

ENH: Add datatypes and value classes to Extern C interface

Merged Florian Spreckelsen requested to merge f-consolidate-c into dev
All threads resolved!
4 files
+ 275
29
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 2
0
@@ -132,6 +132,8 @@ public:
@@ -132,6 +132,8 @@ public:
}
}
LIST_VALUE_CONSTRUCTOR(int64_t, set_integer_value)
LIST_VALUE_CONSTRUCTOR(int64_t, set_integer_value)
 
LIST_VALUE_CONSTRUCTOR(double, set_double_value)
 
LIST_VALUE_CONSTRUCTOR(bool, set_boolean_value)
[[nodiscard]] inline auto IsNull() -> bool {
[[nodiscard]] inline auto IsNull() -> bool {
return this->wrapped->value_case() == ValueCase::VALUE_NOT_SET;
return this->wrapped->value_case() == ValueCase::VALUE_NOT_SET;
Loading