| OpenTTD
    | 
Define basic enum properties. More...
#include <track_type.h>
 
  
 | Additional Inherited Members | |
|  Public Types inherited from MakeEnumPropsT< Trackdir, byte, TRACKDIR_BEGIN, TRACKDIR_END, INVALID_TRACKDIR, 4 > | |
| typedef Trackdir | type | 
| enum type (i.e. Trackdir) | |
| typedef byte | storage | 
| storage type (i.e. byte) | |
|  Static Public Attributes inherited from MakeEnumPropsT< Trackdir, byte, TRACKDIR_BEGIN, TRACKDIR_END, INVALID_TRACKDIR, 4 > | |
| static const Trackdir | begin | 
| lowest valid value (i.e. TRACKDIR_BEGIN) | |
| static const Trackdir | end | 
| one after the last valid value (i.e. TRACKDIR_END) | |
| static const Trackdir | 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. | |
Define basic enum properties.
Definition at line 97 of file track_type.h.
 1.8.1.2
 1.8.1.2