X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=include%2Fanna%2Fcore%2Futil%2FVariable.hpp;h=3db7df1ad98994334c9f12f9d772daaec0c00cb9;hb=64d7c531cdf5f4bca4fa2d8c9736de98247dfe13;hp=52e7f34f63f690c8f1246aa49c1b98b4bdc7de00;hpb=93366a0bda79e6fd6e7dad6316bfcf8cc82f5731;p=anna.git diff --git a/include/anna/core/util/Variable.hpp b/include/anna/core/util/Variable.hpp index 52e7f34..3db7df1 100644 --- a/include/anna/core/util/Variable.hpp +++ b/include/anna/core/util/Variable.hpp @@ -458,6 +458,10 @@ protected: private: std::string a_name; + bool a_isNull; + const Type::_v a_type; + const bool a_isOwner; + union { std::string* a_string; int* a_integer; @@ -475,9 +479,6 @@ private: float theFloat; double theDouble; } a_aux; - const Type::_v a_type; - const bool a_isOwner; - bool a_isNull; Variable(const Variable&); Variable& operator = (const Variable&);