IEEE 802.11 timestamp frame element. More...
#include <wipal/wifi/timestamp.hh>
Public Types | |
enum | { size = 8 } |
Public Member Functions | |
timestamp () | |
timestamp (uint32_t hi, uint32_t lo) | |
std::ostream & | print (std::ostream &) const |
size_t | hash () const |
Comparison operators | |
bool | operator== (const timestamp &) const |
bool | operator!= (const timestamp &) const |
bool | operator< (const timestamp &) const |
IEEE 802.11 timestamp frame element.
size_t wpl::wifi::timestamp::hash | ( | ) | const [inline] |
Get an index suitable for tool::hash_map and tool::hash_set structures.