isomatch
Public Member Functions | Public Attributes | List of all members
ExpressionLongConst Struct Reference

#include <gateExpression.h>

Inheritance diagram for ExpressionLongConst:
ExpressionBase

Public Member Functions

 ExpressionLongConst (const std::string &val)
 
virtual sign_t sign () const
 
- Public Member Functions inherited from ExpressionBase
 ExpressionBase (const expr::ExpressionType &type)
 
virtual ~ExpressionBase ()
 
bool equals (const ExpressionBase &oth) const
 
void addRef ()
 The object is referenced somewhere. More...
 
void deleteSelf ()
 Call this instead of delete More...
 

Public Attributes

std::string val
 Numeric value. More...
 
- Public Attributes inherited from ExpressionBase
expr::ExpressionType type
 Type of the expression (used for casts) More...
 

Additional Inherited Members

- Protected Attributes inherited from ExpressionBase
int refcount
 

Detailed Description

Integer long constant (ExprLongConst)

Constructor & Destructor Documentation

◆ ExpressionLongConst()

ExpressionLongConst::ExpressionLongConst ( const std::string &  val)
inline

Member Function Documentation

◆ sign()

sign_t ExpressionLongConst::sign ( ) const
virtual

Compute a signature for this expression

Implements ExpressionBase.

Member Data Documentation

◆ val

std::string ExpressionLongConst::val

Numeric value.


The documentation for this struct was generated from the following files: