Expressions
- Added Expression::eval short-circuit. - Added int/number exlclusions for Nibbler::getDOM. - Added Variant::boolean for exatracting filter results.
This commit is contained in:
@@ -90,6 +90,7 @@ public:
|
||||
void cast (const variant_type);
|
||||
variant_type type ();
|
||||
void promote (Variant&, Variant&);
|
||||
bool boolean ();
|
||||
|
||||
private:
|
||||
variant_type mType;
|
||||
|
||||
Reference in New Issue
Block a user