helib::Expr Struct Referenceabstract
Base structure for logical expressions. More...
#include <partialMatch.h>
Inheritance diagram for helib::Expr:

Public Member Functions | |
virtual std::string | eval () const =0 |
virtual | ~Expr ()=default |
Detailed Description
Base structure for logical expressions.
- Note
- This is pure virtual.
Constructor & Destructor Documentation
◆ ~Expr()
|
virtualdefault |
Member Function Documentation
◆ eval()
|
pure virtual |
Implemented in helib::Or, helib::And, and helib::ColNumber.