|
vdr
2.2.0
|
#include <si.h>
Public Member Functions | |
| DescriptorGroup (bool deleteOnDesctruction=true) | |
| ~DescriptorGroup () | |
| bool | 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 | ) |
| bool SI::DescriptorGroup::Add | ( | GroupDescriptor * | d | ) |
Definition at line 201 of file si.c.
References SI::GroupDescriptor::getDescriptorNumber(), and SI::GroupDescriptor::getLastDescriptorNumber().
Referenced by cEIT::cEIT().
|
inline |
|
protected |
1.8.11