OpenTTD Source 20250312-master-gcdcc6b491d
|
Types used by YAPF. More...
#include <iomanip>
#include <sstream>
#include "../../core/enum_type.hpp"
#include "../../misc/dbg_helpers.h"
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 39 of file yapf_type.hpp.
|
strong |
Definition at line 20 of file yapf_type.hpp.
|
inline |
Definition at line 70 of file yapf_type.hpp.
|
staticconstexpr |
Definition at line 63 of file yapf_type.hpp.
|
staticconstexpr |
Definition at line 50 of file yapf_type.hpp.
|
staticconstexpr |
Definition at line 42 of file yapf_type.hpp.