NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.0: NDN, CCN, CCNx, content centric networks
API Documentation
ndn::util::scheduler::EventIdImpl Struct Reference

Public Member Functions

 EventIdImpl (const Scheduler::EventQueue::iterator &event)
 
void invalidate ()
 
bool isValid () const
 
 operator const Scheduler::EventQueue::iterator & () const
 
void reset (const Scheduler::EventQueue::iterator &newIterator)
 

Detailed Description

Definition at line 48 of file scheduler.cpp.

Constructor & Destructor Documentation

ndn::util::scheduler::EventIdImpl::EventIdImpl ( const Scheduler::EventQueue::iterator &  event)
inline

Definition at line 50 of file scheduler.cpp.

Member Function Documentation

void ndn::util::scheduler::EventIdImpl::invalidate ( )
inline

Definition at line 57 of file scheduler.cpp.

bool ndn::util::scheduler::EventIdImpl::isValid ( ) const
inline

Definition at line 63 of file scheduler.cpp.

ndn::util::scheduler::EventIdImpl::operator const Scheduler::EventQueue::iterator & ( ) const
inline

Definition at line 68 of file scheduler.cpp.

void ndn::util::scheduler::EventIdImpl::reset ( const Scheduler::EventQueue::iterator &  newIterator)
inline

Definition at line 74 of file scheduler.cpp.

References ndn::time::steady_clock::now().


The documentation for this struct was generated from the following file: