Trees | Indices | Help |
|
---|
|
object --+ | transformer.transformer_t --+ | output_t
Handles a single output variable.
The specified variable is removed from the argument list and is turned into a return value.
void getValue(int& v) -> v = getValue()
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Class Variables | |
Inherited from |
Properties | |
Inherited from |
Method Details |
|
|
Returns list of header files that transformer generated code depends on.
|
Transformers should overridde the method, in order to define custom transformation for non-virtual member function.
|
Transformers should overridde the method, in order to define custom transformation for free function.
|
Transformers should overridde the method, in order to define custom transformation for virtual member function.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Oct 20 08:51:14 2008 | http://epydoc.sourceforge.net |