93 uint64_t
GetTs (
void)
const;
97 uint32_t
GetUid (
void)
const;
uint32_t m_uid
The unique id.
Smart pointer class similar to boost::intrusive_ptr.
ns3::EventImpl declarations.
uint64_t m_ts
The virtual time stamp.
ns3::Ptr smart pointer declaration and implementation.
EventImpl * PeekEventImpl(void) const
bool IsExpired(void) const
This method is syntactic sugar for the ns3::Simulator::IsExpired method.
bool operator<(const EventId &a, const EventId &b)
EventId()
Default constructor.
Ptr< EventImpl > m_eventImpl
The underlying event implementation.
friend bool operator!=(const EventId &a, const EventId &b)
Test if two EventId's are not equal.
uint64_t GetTs(void) const
bool operator!=(Callback< R, T1, T2, T3, T4, T5, T6, T7, T8, T9 > a, Callback< R, T1, T2, T3, T4, T5, T6, T7, T8, T9 > b)
Inequality test.
Every class exported by the ns3 library is enclosed in the ns3 namespace.
uint32_t GetUid(void) const
uint32_t GetContext(void) const
An identifier for simulation events.
bool operator==(const EventId &a, const EventId &b)
bool IsRunning(void) const
This method is syntactic sugar for !IsExpired().
void Cancel(void)
This method is syntactic sugar for the ns3::Simulator::Cancel method.
friend bool operator<(const EventId &a, const EventId &b)
Less than operator for two EventId's, based on time stamps.
friend bool operator==(const EventId &a, const EventId &b)
Test if two EventId's are equal.
uint32_t m_context
The context.