Freeciv-3.2
|
Public Member Functions | |
__init__ (self, str dataio_info, str public_type) | |
__init__ (self, "re.Match[str]" dataio_info, str public_type) | |
__init__ (self, "str | re.Match[str]" dataio_info, str public_type) | |
str | get_code_put (self, Location location, bool deep_diff=False) |
str | get_code_get (self, Location location, bool deep_diff=False) |
str | __str__ (self) |
![]() | |
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 | get_code_cmp (self, Location location) |
![]() | |
"FieldType" | array (self, SizeInfo size) |
str | get_code_handle_arg (self, Location location) |
![]() | |
str | __repr__ (self) |
Data Fields | |
float_factor | |
![]() | |
dataio_type | |
public_type | |
Static Public Attributes | |
TYPE_PATTERN = re.compile(r"^([su]float)(\d+)?$") | |
![]() | |
bool | foldable = False |
Type information for a float field
Definition at line 840 of file generate_packets.py.
Reimplemented from generate_packets.BasicType.
Definition at line 855 of file generate_packets.py.
Reimplemented from generate_packets.BasicType.
Definition at line 857 of file generate_packets.py.
Reimplemented from generate_packets.BasicType.
Definition at line 858 of file generate_packets.py.
str generate_packets.FloatType.__str__ | ( | self | ) |
Reimplemented from generate_packets.BasicType.
Definition at line 888 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 881 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 876 of file generate_packets.py.
generate_packets.FloatType.float_factor |
Definition at line 872 of file generate_packets.py.
Definition at line 843 of file generate_packets.py.