tket
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Friends | List of all members
tket::ClRegVar Struct Reference

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)
 

Detailed Description

A register variable within an expression.

Definition at line 106 of file ClExpr.hpp.

Member Function Documentation

◆ operator==()

bool tket::ClRegVar::operator== ( const ClRegVar other) const
inline

Identifier for the variable within the expression.

Definition at line 108 of file ClExpr.hpp.

Friends And Related Symbol Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream &  os,
const ClRegVar var 
)
friend

Definition at line 98 of file ClExpr.cpp.

Member Data Documentation

◆ index

unsigned tket::ClRegVar::index

Definition at line 107 of file ClExpr.hpp.


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