|
systemc-clang 2.0.0
Parsing SystemC constructs
|


Public Member Functions | |
| __init__ (self, params, fields) | |
| to_str (self, var_name, context=None) | |
Public Attributes | |
| fields = fields | |
| params = params | |
| str | fields = var_name + '_' + x |
Definition at line 6 of file compound.py.
| parselib.compound.aggregate.__init__ | ( | self, | |
| params, | |||
| fields ) |
Definition at line 7 of file compound.py.
| parselib.compound.aggregate.to_str | ( | self, | |
| var_name, | |||
| context = None ) |
Definition at line 12 of file compound.py.
| parselib.compound.aggregate.fields = fields |
Definition at line 8 of file compound.py.
| str parselib.compound.aggregate.fields = var_name + '_' + x |
Definition at line 15 of file compound.py.
| parselib.compound.aggregate.params = params |
Definition at line 9 of file compound.py.