#include <IRHandles.hpp>


Public Member Functions | |
| LeafHandle () | |
| LeafHandle (irhandle_t h_) | |
| LeafHandle (ExprHandle x) | |
| ~LeafHandle () | |
| LeafHandle (const LeafHandle &x) | |
| LeafHandle & | operator= (const LeafHandle &x) |
An expression that is also a leaf expression N.B.: All LeafHandles are also ExprHandles. We would like to be able to convert between them easily.
Definition at line 236 of file IRHandles.hpp.
| OA::LeafHandle::LeafHandle | ( | ) | [inline] |
Definition at line 238 of file IRHandles.hpp.
| OA::LeafHandle::LeafHandle | ( | irhandle_t | h_ | ) | [inline] |
Definition at line 239 of file IRHandles.hpp.
| OA::LeafHandle::LeafHandle | ( | ExprHandle | x | ) | [inline] |
Definition at line 240 of file IRHandles.hpp.
| OA::LeafHandle::~LeafHandle | ( | ) | [inline] |
Definition at line 241 of file IRHandles.hpp.
| OA::LeafHandle::LeafHandle | ( | const LeafHandle & | x | ) | [inline] |
Definition at line 243 of file IRHandles.hpp.
| LeafHandle& OA::LeafHandle::operator= | ( | const LeafHandle & | x | ) | [inline] |
Reimplemented from OA::ExprHandle.
Definition at line 244 of file IRHandles.hpp.
1.6.1