1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-27 10:35:51 +00:00

Sketch of the PlaceholderParser if/elsif/else macro.

This commit is contained in:
bubnikv
2017-11-17 18:46:03 +01:00
parent 47f193fe2d
commit 9205c8aab4
2 changed files with 269 additions and 92 deletions
+3
View File
@@ -82,6 +82,9 @@ public:
bool is_vector() const { return ! this->is_scalar(); }
};
typedef ConfigOption* ConfigOptionPtr;
typedef const ConfigOption* ConfigOptionConstPtr;
// Value of a single valued option (bool, int, float, string, point, enum)
template <class T>
class ConfigOptionSingle : public ConfigOption {