P4C
The P4 Compiler
|
A selector used at the end of selector chain to assign to the current sub-object. e.g. modify(obj, &IR::AssignmentStatement::left, Assign(var))
will set the LHS of assignment.
More...
#include <ir-traversal.h>
Public Member Functions | |
Assign (const T &value) | |
Public Attributes | |
T | value |
A selector used at the end of selector chain to assign to the current sub-object. e.g. modify(obj, &IR::AssignmentStatement::left, Assign(var))
will set the LHS of assignment.
T | the parameter is usually derived by the C++ compiler. |