Scroll to navigation

SessionListElement(3) Library Functions Manual SessionListElement(3)

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.
Wed Jun 25 2014 ccRTP