Output
class Output
DEFINITION
class Output;
constructor Output
DEFINITION
| Output | ( | const Target * target, | |
| Location location, | |||
| Body body | ); |
| PARAMETER | DESCRIPTION |
|---|---|
target |
|
location |
|
body |
method evaluate_innervirtual
DEFINITION
| virtual void evaluate_inner | ( | EvaluationContext & context | ); |
| PARAMETER | DESCRIPTION |
|---|---|
context |
member body
DEFINITION
Body body;