SessionListElement(3)

Class for tracking session status.

Section 3 libccrtp-doc bookworm source

Description

SessionListElement

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.