Bayonne2 / Common C++ 2 Framework
|
Class for tracking session status. More...
#include <pool.h>
Public Member Functions | |
SessionListElement (RTPSessionBase *e) | |
void | clear () |
bool | isCleared () |
RTPSessionBase * | get () |
Private Attributes | |
RTPSessionBase * | elem |
bool | cleared |
Class for tracking session status.
Session pools arrange sessions in lists of SessionListElement objects.
|
inline |
|
inline |
|
private |