Freeciv-3.3
|
Additional Inherited Members | |
![]() | |
struct_type | |
![]() | |
dataio_type | |
public_type | |
![]() | |
TYPE_PATTERN = re.compile(r"^struct\s+(\w+)$") | |
str | struct_type |
![]() | |
str | dataio_type |
str | public_type |
str | DEFAULT_REGISTRY = TypeRegistry(BasicType) |
![]() | |
bool | foldable = False |
bool | complex = False |
![]() | |
str | FieldTypeConstructor = typing.Callable[[str, str], RawFieldType] |
![]() | |
_compat_keys (self, Location location, str packet) | |
Type information for a worklist field
Definition at line 1181 of file generate_packets.py.
Reimplemented from generate_packets.StructType.
Definition at line 1184 of file generate_packets.py.
Generate a code snippet comparing a field of this type between the given packets and setting `differ` accordingly. The `old` packet is one we know to have been initialized by our own code.
Reimplemented from generate_packets.StructType.
Definition at line 1193 of file generate_packets.py.