#include <Var.h>
Definition at line 26 of file Var.h.
◆ Var() [1/2]
◆ Var() [2/2]
nest::Var::Var |
( |
const VarID & |
id | ) |
|
|
inline |
Definition at line 32 of file Var.h.
32 : _id{id}
33 {
34
35 }
◆ id()
const VarID & nest::Var::id |
( |
void |
| ) |
const |
|
inline |
◆ operator Expr()
nest::Var::operator Expr |
( |
void |
| ) |
const |
Definition at line 22 of file Var.cpp.
22{ return std::make_shared<expr::VarNode>(_id); }
The documentation for this class was generated from the following files:
- compiler/nest/core/include/nest/Var.h
- compiler/nest/core/src/Var.cpp