Bayonne2 / Common C++ 2 Framework
 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 95 of file pool.h.

Constructor & Destructor Documentation

SessionListElement::SessionListElement ( RTPSessionBase e)
inline

Definition at line 108 of file pool.h.

Member Function Documentation

void SessionListElement::clear ( void  )
inline

Definition at line 112 of file pool.h.

RTPSessionBase * SessionListElement::get ( void  )
inline

Definition at line 122 of file pool.h.

bool SessionListElement::isCleared ( )
inline

Definition at line 118 of file pool.h.

Field Documentation

bool SessionListElement::cleared
private

Definition at line 98 of file pool.h.

RTPSessionBase* SessionListElement::elem
private

Definition at line 97 of file pool.h.


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