vdr
1.7.31
|
#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.
SI::DescriptorGroup::~DescriptorGroup | ( | ) |
Definition at line 187 of file si.c.
References array, Delete(), and deleteOnDesctruction.
SI::DescriptorGroup::DescriptorGroup | ( | bool | deleteOnDesctruction = true | ) |
SI::DescriptorGroup::~DescriptorGroup | ( | ) |
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 | ( | ) |
|
inline |
Definition at line 470 of file libsi/si.h.
References array.
|
inline |
Definition at line 470 of file include/libsi/si.h.
References array.
|
inline |
Definition at line 469 of file include/libsi/si.h.
References length.
|
inline |
Definition at line 469 of file libsi/si.h.
References length.
bool SI::DescriptorGroup::isComplete | ( | ) |
bool SI::DescriptorGroup::isComplete | ( | ) |
|
protected |
Definition at line 474 of file include/libsi/si.h.
Referenced by Add(), Delete(), DescriptorGroup(), getDescriptors(), isComplete(), and ~DescriptorGroup().
|
protected |
Definition at line 475 of file include/libsi/si.h.
Referenced by DescriptorGroup(), and ~DescriptorGroup().
|
protected |
Definition at line 473 of file include/libsi/si.h.
Referenced by Add(), Delete(), DescriptorGroup(), getLength(), and isComplete().