reSIProcate/stack  9694
Classes | Namespaces | Functions
TimerQueue.hxx File Reference
#include <queue>
#include <set>
#include <iosfwd>
#include "resip/stack/TimerMessage.hxx"
#include "resip/stack/DtlsMessage.hxx"
#include "rutil/Fifo.hxx"
#include "rutil/TimeLimitFifo.hxx"
#include "rutil/Timer.hxx"
Include dependency graph for TimerQueue.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  resip::TimerQueue< T >
 This class takes a fifo as a place to where you can write your stuff. When using this in the main loop, call process() on this. During Transaction processing, TimerMessages and SIP messages are generated. More...
class  resip::BaseTimeLimitTimerQueue
class  resip::TimeLimitTimerQueue
class  resip::TuSelectorTimerQueue
class  resip::TransactionTimerQueue

Namespaces

namespace  resip
 

SERNonceHelper implements the makeNonce function in the same way as SIP Express Router (SER) - http://www.iptel.org/ser.


Functions

template<class T >
std::ostream & resip::operator<< (std::ostream &str, const TimerQueue< T > &tq)
template<class T >
EncodeStreamresip::operator<< (EncodeStream &str, const TimerQueue< T > &tq)