#include <yapf_node_rail.hpp>
Public Member Functions | |
FORCEINLINE | CYapfRailSegmentKey (const CYapfRailSegmentKey &src) |
FORCEINLINE | CYapfRailSegmentKey (const CYapfNodeKeyTrackDir &node_key) |
FORCEINLINE void | Set (const CYapfRailSegmentKey &src) |
FORCEINLINE void | Set (const CYapfNodeKeyTrackDir &node_key) |
FORCEINLINE int32 | CalcHash () const |
FORCEINLINE TileIndex | GetTile () const |
FORCEINLINE Trackdir | GetTrackdir () const |
FORCEINLINE bool | operator== (const CYapfRailSegmentKey &other) const |
void | Dump (DumpTarget &dmp) const |
Data Fields | |
uint32 | m_value |
Definition at line 16 of file yapf_node_rail.hpp.