helib::Expr Struct Referenceabstract

Base structure for logical expressions. More...

#include <partialMatch.h>

Inheritance diagram for helib::Expr:
helib::And helib::ColNumber helib::Or

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()

virtual helib::Expr::~Expr ( )
virtualdefault

Member Function Documentation

◆ eval()

virtual std::string helib::Expr::eval ( ) const
pure virtual

Implemented in helib::Or, helib::And, and helib::ColNumber.