ccRTP 2.1.2
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes
SessionListElement Class Reference

Class for tracking session status. More...

#include <pool.h>

Collaboration diagram for SessionListElement:
Collaboration graph
[legend]

Public Member Functions

 SessionListElement (RTPSessionBase *e)
 
void clear ()
 
bool isCleared ()
 
RTPSessionBaseget ()
 

Private Attributes

RTPSessionBaseelem
 
bool cleared
 

Detailed Description

Class for tracking session status.

Session pools arrange sessions in lists of SessionListElement objects.

Author
Jorgen Terner

Definition at line 92 of file pool.h.

Constructor & Destructor Documentation

SessionListElement::SessionListElement ( RTPSessionBase e)
inline

Definition at line 105 of file pool.h.

Member Function Documentation

void SessionListElement::clear ( )
inline

Definition at line 109 of file pool.h.

RTPSessionBase * SessionListElement::get ( )
inline

Definition at line 119 of file pool.h.

bool SessionListElement::isCleared ( )
inline

Definition at line 115 of file pool.h.

Field Documentation

bool SessionListElement::cleared
private

Definition at line 95 of file pool.h.

RTPSessionBase* SessionListElement::elem
private

Definition at line 94 of file pool.h.


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