Provided by: libccrtp-doc_2.0.9-2.2_all 

NAME
SessionListElement - Class for tracking session status.
SYNOPSIS
#include <pool.h>
Public Member Functions
SessionListElement (RTPSessionBase *e)
void clear ()
bool isCleared ()
RTPSessionBase * get ()
Detailed Description
Class for tracking session status.
Session pools arrange sessions in lists of SessionListElement objects.
Author:
Jorgen Terner
Constructor & Destructor Documentation
SessionListElement::SessionListElement (RTPSessionBase * e) [inline]
Member Function Documentation
void SessionListElement::clear () [inline] RTPSessionBase * SessionListElement::get () [inline] bool SessionListElement::isCleared () [inline]
Author
Generated automatically by Doxygen for ccRTP from the source code.
ccRTP Wed Nov 11 2015 SessionListElement(3)