Trees | Indices | Help |
|
---|
|
object --+ | transformer.transformer_t --+ | inout_t
Handles a single input/output variable.
void foo(int& v) -> v = foo(v)
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Class Variables | |
Inherited from |
Properties | |
Inherited from |
Method Details |
Constructor. The specified argument must be a reference or a pointer.
|
|
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.
|
Returns list of header files that transformer generated code depends on.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Oct 20 08:51:14 2008 | http://epydoc.sourceforge.net |