vdr
1.7.27
|
#include <si.h>
Public Member Functions | |
DescriptorGroup (bool deleteOnDesctruction=true) | |
~DescriptorGroup () | |
void | Add (GroupDescriptor *d) |
void | Delete () |
int | getLength () |
GroupDescriptor ** | getDescriptors () |
bool | isComplete () |
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 |
Definition at line 463 of file include/libsi/si.h.
SI::DescriptorGroup::DescriptorGroup | ( | bool | deleteOnDesctruction = true | ) |
Definition at line 181 of file si.c.
References array, deleteOnDesctruction, and length.
Definition at line 187 of file si.c.
References array, Delete(), and deleteOnDesctruction.
SI::DescriptorGroup::DescriptorGroup | ( | bool | deleteOnDesctruction = true | ) |
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::Add | ( | GroupDescriptor * | d | ) |
void SI::DescriptorGroup::Delete | ( | ) |
Definition at line 193 of file si.c.
Referenced by ~DescriptorGroup().
void SI::DescriptorGroup::Delete | ( | ) |
GroupDescriptor** SI::DescriptorGroup::getDescriptors | ( | ) | [inline] |
Definition at line 470 of file libsi/si.h.
References array.
GroupDescriptor** SI::DescriptorGroup::getDescriptors | ( | ) | [inline] |
Definition at line 470 of file include/libsi/si.h.
References array.
int SI::DescriptorGroup::getLength | ( | ) | [inline] |
Definition at line 469 of file include/libsi/si.h.
References length.
int SI::DescriptorGroup::getLength | ( | ) | [inline] |
Definition at line 469 of file libsi/si.h.
References length.
bool SI::DescriptorGroup::isComplete | ( | ) |
bool SI::DescriptorGroup::isComplete | ( | ) |
GroupDescriptor ** SI::DescriptorGroup::array [protected] |
Definition at line 474 of file include/libsi/si.h.
Referenced by Add(), Delete(), DescriptorGroup(), getDescriptors(), isComplete(), and ~DescriptorGroup().
bool SI::DescriptorGroup::deleteOnDesctruction [protected] |
Definition at line 475 of file include/libsi/si.h.
Referenced by DescriptorGroup(), and ~DescriptorGroup().
int SI::DescriptorGroup::length [protected] |
Definition at line 473 of file include/libsi/si.h.
Referenced by Add(), Delete(), DescriptorGroup(), getLength(), and isComplete().