tket
|
A register variable within an expression. More...
#include <ClExpr.hpp>
Public Member Functions | |
bool | operator== (const ClRegVar &other) const |
Identifier for the variable within the expression. | |
Public Attributes | |
unsigned | index |
Friends | |
std::ostream & | operator<< (std::ostream &os, const ClRegVar &var) |
A register variable within an expression.
Definition at line 106 of file ClExpr.hpp.
|
inline |
Identifier for the variable within the expression.
Definition at line 108 of file ClExpr.hpp.
|
friend |
Definition at line 98 of file ClExpr.cpp.
unsigned tket::ClRegVar::index |
Definition at line 107 of file ClExpr.hpp.