helib::ColNumber Class Reference
  An object representing a column of a database as an expression which inherits from Expr.  
 More...
#include <partialMatch.h>
Inheritance diagram for helib::ColNumber:
 
  
| Public Member Functions | |
| std::string | eval () const override | 
| Function for returning the column number of the object.  More... | |
| ColNumber (int c) | |
| Constructor.  More... | |
|  Public Member Functions inherited from helib::Expr | |
| virtual | ~Expr ()=default | 
Detailed Description
An object representing a column of a database as an expression which inherits from Expr. 
Constructor & Destructor Documentation
◆ ColNumber()
| 
 | inline | 
Constructor.
- Parameters
- 
  c The column number. 
Member Function Documentation
◆ eval()
| 
 | inlineoverridevirtual | 
Function for returning the column number of the object.
- Returns
- A string representation of the column number.
Implements helib::Expr.
 1.8.19
 1.8.19