OpenTTD
EnumPropsT< TransportType > Struct Template Reference

Helper information for extract tool. More...

#include <transport_type.h>

Inheritance diagram for EnumPropsT< TransportType >:
MakeEnumPropsT< TransportType, byte, TRANSPORT_BEGIN, TRANSPORT_END, INVALID_TRANSPORT, 2 >

Additional Inherited Members

- Public Types inherited from MakeEnumPropsT< TransportType, byte, TRANSPORT_BEGIN, TRANSPORT_END, INVALID_TRANSPORT, 2 >
typedef TransportType type
 enum type (i.e. Trackdir)
typedef byte storage
 storage type (i.e. byte)
- Static Public Attributes inherited from MakeEnumPropsT< TransportType, byte, TRANSPORT_BEGIN, TRANSPORT_END, INVALID_TRANSPORT, 2 >
static const TransportType begin
 lowest valid value (i.e. TRACKDIR_BEGIN)
static const TransportType end
 one after the last valid value (i.e. TRACKDIR_END)
static const TransportType invalid
 what value is used as invalid value (i.e. INVALID_TRACKDIR)
static const uint num_bits
 Number of bits for storing the enum in command parameters.

Detailed Description

template<>
struct EnumPropsT< TransportType >

Helper information for extract tool.

Definition at line 37 of file transport_type.h.


The documentation for this struct was generated from the following file: