vdr
2.0.7
|
#include <si.h>
Public Member Functions | |
DescriptorGroup (bool deleteOnDesctruction=true) | |
~DescriptorGroup () | |
void | Add (GroupDescriptor *d) |
void | Delete () |
int | getLength () |
GroupDescriptor ** | getDescriptors () |
bool | isComplete () |
Protected Attributes | |
int | length |
GroupDescriptor ** | array |
bool | deleteOnDesctruction |
SI::DescriptorGroup::DescriptorGroup | ( | bool | deleteOnDesctruction = true | ) |
Definition at line 181 of file si.c.
References array, deleteOnDesctruction, and length.
SI::DescriptorGroup::~DescriptorGroup | ( | ) |
Definition at line 187 of file si.c.
References array, Delete(), and deleteOnDesctruction.
void SI::DescriptorGroup::Add | ( | GroupDescriptor * | d | ) |
Definition at line 201 of file si.c.
References array, SI::GroupDescriptor::getDescriptorNumber(), SI::GroupDescriptor::getLastDescriptorNumber(), and length.
Referenced by cEIT::cEIT().
void SI::DescriptorGroup::Delete | ( | ) |
Definition at line 193 of file si.c.
Referenced by ~DescriptorGroup().
|
inline |
|
inline |
bool SI::DescriptorGroup::isComplete | ( | ) |
|
protected |
Definition at line 476 of file si.h.
Referenced by Add(), Delete(), DescriptorGroup(), getDescriptors(), isComplete(), and ~DescriptorGroup().
|
protected |
Definition at line 477 of file si.h.
Referenced by DescriptorGroup(), and ~DescriptorGroup().
|
protected |
Definition at line 475 of file si.h.
Referenced by Add(), Delete(), DescriptorGroup(), getLength(), and isComplete().