Carray¶

- class ccg.Carray.CArray(name, c_type, length, doc=None)¶
Bases:
ccg.Cvariable.CVariableArray
- Parameters
name (str) –
c_type (CGenericType) –
length (int) –
doc (Optional[Doc]) –
- declaration(style=<ccg.style.Style object>, semicolon=True, doc=True, from_space=None, without_arguments=False)¶
- property hungarian_prefixes: List[str]¶
- property bit_size: int¶
- declare(from_space=None)¶
- Parameters
from_space (Optional[ccg.Cnamespace.CSpace]) –
- Return type
- property full_space_list: List[ccg.Cnamespace.CSpace]¶
- space_def(from_space=None)¶
- Parameters
from_space (Optional[ccg.Cnamespace.CSpace]) –
- Return type
str