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:
helib::Expr

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

helib::ColNumber::ColNumber ( int  c)
inline

Constructor.

Parameters
cThe column number.

Member Function Documentation

◆ eval()

std::string helib::ColNumber::eval ( ) const
inlineoverridevirtual

Function for returning the column number of the object.

Returns
A string representation of the column number.

Implements helib::Expr.