vdr  1.7.27
Public Member Functions | Protected Attributes
SI::DescriptorGroup Class Reference

#include <si.h>

List of all members.

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

Detailed Description

Definition at line 463 of file include/libsi/si.h.


Constructor & Destructor Documentation

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)

Member Function Documentation

Definition at line 193 of file si.c.

References array, and length.

Referenced by ~DescriptorGroup().

Definition at line 470 of file libsi/si.h.

References array.

Definition at line 470 of file include/libsi/si.h.

References array.

Definition at line 469 of file include/libsi/si.h.

References length.

Definition at line 469 of file libsi/si.h.

References length.

Definition at line 214 of file si.c.

References array, and length.


Member Data Documentation

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().


The documentation for this class was generated from the following files: