A simple value helper class, a pair of an argument expression and a parameter name. More...
#include <mdl_generated_dag.h>
Public Member Functions | |
| Call_argument () | |
| Default constructor. More... | |
| Call_argument (DAG_node const *arg, char const *param_name) | |
| Constructor. More... | |
Public Attributes | |
| DAG_node const * | arg |
| The call argument expression. More... | |
| char const * | param_name |
| The name of the parameter. More... | |
A simple value helper class, a pair of an argument expression and a parameter name.
|
inline |
Default constructor.
|
inline |
Constructor.
| arg | The call argument expression. |
| param_name | The name of the parameter. |
| DAG_node const* mi::mdl::DAG_call::Call_argument::arg |
The call argument expression.
| char const* mi::mdl::DAG_call::Call_argument::param_name |
The name of the parameter.