#include <MNRTPSendCsrcList.h>
Collaboration diagram for SendCsrcList:
Public Member Functions | |
void | clear () |
size_t | size () |
void | del (u_int32 csrc) |
bool | append (u_int32 csrc) |
bool | find (u_int32 csrc) |
Protected Member Functions | |
void | lock () |
void | unlock () |
void | hton_copyto (u_int32 *buffer) |
size_t | locked_size () |
|
Add an entry is possible. Does not check whether the entry is already present.
|
|
Delete all list entries. |
|
Delete an entry if present.
|
|
Check whether an entry is in the list.
|
|
Special host-to-network translation function for MNRTP when the list is locked. Allows copying and assigning the size in one step.
|
|
|
|
Special size check for MNRTP when the list is locked. Allows copying and assigning the size in one step. |
|
Retrieve the number of entries. |
|
|