Skip to content

Output

class Output

DEFINITION
class Output;

constructor Output

DEFINITION
Output ( const Target * target,
Location  location,
Body  body );
PARAMETERDESCRIPTION
target
location
body

method evaluate_innervirtual

DEFINITION
virtual void  evaluate_inner ( EvaluationContext & context );
PARAMETERDESCRIPTION
context

member body

DEFINITION
Body  body;