Number: Add accessor for underlying type.

This commit is contained in:
Rene Gollent
2014-11-01 16:10:26 -04:00
parent 22ea34153f
commit e2a22217e2
+2
View File
@@ -25,6 +25,8 @@ public:
int32 base = 10);
void SetTo(const BVariant& value);
type_code Type() const { return fValue.Type(); }
Number& operator=(const Number& rhs);
Number& operator+=(const Number& rhs);
Number& operator-=(const Number& rhs);