OpenTTD Source 20250428-master-g68ba2735ea
|
Types used by YAPF. More...
Go to the source code of this file.
Typedefs | |
using | EndSegmentReasons = EnumBitSet< EndSegmentReason, uint16_t > |
Enumerations | |
enum class | EndSegmentReason : uint8_t { DeadEnd , RailType , InfiniteLoop , SegmentTooLong , ChoiceFollows , Depot , Waypoint , Station , SafeTile , PathTooLong , FirstTwoWayRed , LookAheadEnd , TargetReached } |
Functions | |
std::string | ValueStr (EndSegmentReasons flags) |
Variables | |
static constexpr EndSegmentReasons | ESRF_POSSIBLE_TARGET |
static constexpr EndSegmentReasons | ESRF_CACHED_MASK |
static constexpr EndSegmentReasons | ESRF_ABORT_PF_MASK |
Types used by YAPF.
Definition in file yapf_type.hpp.
using EndSegmentReasons = EnumBitSet<EndSegmentReason, uint16_t> |
Definition at line 36 of file yapf_type.hpp.
|
strong |
Definition at line 17 of file yapf_type.hpp.
|
inline |
Definition at line 67 of file yapf_type.hpp.
|
staticconstexpr |
Definition at line 60 of file yapf_type.hpp.
|
staticconstexpr |
Definition at line 47 of file yapf_type.hpp.
|
staticconstexpr |
Definition at line 39 of file yapf_type.hpp.