Patch level : 12.0 no-patch

Files correlati     : include
Commento            : Aggiunto TVariant::is_full()
This commit is contained in:
Mattia Tollari 2019-03-08 10:30:02 +01:00
parent ce70b3de28
commit a703f7f721

View File

@ -39,6 +39,7 @@ public:
bool is_date() const { return _type == _datefld; }
bool is_real() const { return _type == _realfld; }
bool is_empty() const;
bool is_full() const { return !is_empty(); }
bool is_null() const { return _type == _nullfld; }
bool is_zero() const;
void set_null();