Freeciv-3.2
|
Public Member Functions | |
__init__ (self, str dataio_type, str public_type) | |
str | get_code_cmp (self, Location location) |
str | get_code_put (self, Location location, bool deep_diff=False) |
str | get_code_get (self, Location location, bool deep_diff=False) |
![]() | |
str | get_code_declaration (self, Location location) |
str | get_code_handle_param (self, Location location) |
str | get_code_fill (self, Location location) |
str | get_code_hash (self, Location location) |
str | __str__ (self) |
![]() | |
"FieldType" | array (self, SizeInfo size) |
str | get_code_handle_arg (self, Location location) |
![]() | |
str | __repr__ (self) |
Additional Inherited Members | |
![]() | |
dataio_type | |
public_type | |
![]() | |
bool | foldable = False |
Type information for a bitvector field
Definition at line 894 of file generate_packets.py.
Reimplemented from generate_packets.BasicType.
Definition at line 897 of file generate_packets.py.
Generate a code snippet comparing a field of this type between the `old` and `real_packet` and setting `differ` accordingly.
Reimplemented from generate_packets.BasicType.
Definition at line 903 of file generate_packets.py.
Generate a code snippet reading a field of this type from the dataio stream.
Reimplemented from generate_packets.BasicType.
Definition at line 913 of file generate_packets.py.
Generate a code snippet writing a field of this type to the dataio stream.
Reimplemented from generate_packets.BasicType.
Definition at line 908 of file generate_packets.py.