Represents the priority of a message to be sent. More...
#include <generic_netcode.hh>
Public Member Functions | |
packet_priority (const time_point &_time) | |
The time the message should be sent. More... | |
bool | operator== (const packet_priority &other) const |
bool | operator< (const packet_priority &other) const |
bool | operator> (const packet_priority &other) const |
Public Attributes | |
time_point | time |
Represents the priority of a message to be sent.
|
inline |
The time the message should be sent.
|
inline |
|
inline |
|
inline |
time_point aether::netcode::packet_priority::time |