Freeciv-3.2
|
Public Member Functions | |
__init__ (self, str dataio_type, str public_type) | |
str | get_code_fill (self, Location location) |
![]() | |
str | get_code_handle_param (self, Location location) |
str | get_code_handle_arg (self, Location location) |
str | get_code_cmp (self, Location location) |
str | get_code_put (self, Location location, bool deep_diff=False) |
![]() | |
str | get_code_declaration (self, Location location) |
str | get_code_hash (self, Location location) |
str | get_code_get (self, Location location, bool deep_diff=False) |
str | __str__ (self) |
![]() | |
"FieldType" | array (self, SizeInfo size) |
![]() | |
str | __repr__ (self) |
Additional Inherited Members | |
![]() | |
dataio_type | |
public_type | |
![]() | |
TYPE_PATTERN = re.compile(r"^struct \w+$") | |
![]() | |
bool | foldable = False |
Type information for a worklist field
Definition at line 988 of file generate_packets.py.
Reimplemented from generate_packets.StructType.
Definition at line 991 of file generate_packets.py.
Generate a code snippet moving a value of this type from dsend arguments into a packet struct.
Reimplemented from generate_packets.BasicType.
Definition at line 1000 of file generate_packets.py.