reSIProcate/rutil  9359
Public Member Functions | Public Attributes
resip::TimeLimitFifo< Msg >::Timestamped Class Reference

List of all members.

Public Member Functions

 Timestamped (Msg *msg, time_t n)

Public Attributes

Msg * mMsg
time_t mTime

Detailed Description

template<class Msg>
class resip::TimeLimitFifo< Msg >::Timestamped

Definition at line 27 of file TimeLimitFifo.hxx.


Constructor & Destructor Documentation

template<class Msg>
resip::TimeLimitFifo< Msg >::Timestamped::Timestamped ( Msg *  msg,
time_t  n 
) [inline]

Definition at line 30 of file TimeLimitFifo.hxx.

               : mMsg(msg),
                 mTime(n)
            {}

Member Data Documentation

template<class Msg>
Msg* resip::TimeLimitFifo< Msg >::Timestamped::mMsg

Definition at line 35 of file TimeLimitFifo.hxx.

Referenced by resip::TimeLimitFifo< Msg >::clear().

template<class Msg>
time_t resip::TimeLimitFifo< Msg >::Timestamped::mTime

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