CACAO
|
this stores a reference to a begin instruction More...
Public Member Functions | |
BeginInstRef (BeginInst *BI) | |
BeginInstRef (const BeginInstRef &other) | |
copy constructor More... | |
BeginInstRef & | operator= (const BeginInstRef &other) |
copy assignment operator More... | |
BeginInstRef & | operator= (BeginInst *BI) |
operator BeginInst * () | |
BeginInst * | get () const |
Private Attributes | |
BeginInst * | begin |
this stores a reference to a begin instruction
Definition at line 162 of file Instructions.hpp.
|
inlineexplicit |
Definition at line 167 of file Instructions.hpp.
|
inline |
copy constructor
Definition at line 169 of file Instructions.hpp.
|
inline |
Definition at line 185 of file Instructions.hpp.
|
inline |
Definition at line 181 of file Instructions.hpp.
|
inline |
copy assignment operator
Definition at line 171 of file Instructions.hpp.
|
inline |
Definition at line 176 of file Instructions.hpp.
|
private |
Definition at line 164 of file Instructions.hpp.