vdr 2.7.2
SI::DescriptorGroup Class Reference

#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
 

Detailed Description

Definition at line 481 of file si.h.

Constructor & Destructor Documentation

◆ DescriptorGroup()

SI::DescriptorGroup::DescriptorGroup ( bool deleteOnDesctruction = true)

Definition at line 181 of file si.c.

References array, deleteOnDesctruction, and length.

◆ ~DescriptorGroup()

SI::DescriptorGroup::~DescriptorGroup ( )

Definition at line 187 of file si.c.

References array, Delete(), and deleteOnDesctruction.

Member Function Documentation

◆ Add()

bool SI::DescriptorGroup::Add ( GroupDescriptor * d)

◆ Delete()

void SI::DescriptorGroup::Delete ( )

Definition at line 193 of file si.c.

References array, and length.

Referenced by ~DescriptorGroup().

◆ getDescriptors()

GroupDescriptor ** SI::DescriptorGroup::getDescriptors ( )
inline

Definition at line 488 of file si.h.

References array.

◆ getLength()

int SI::DescriptorGroup::getLength ( )
inline

Definition at line 487 of file si.h.

References length.

◆ isComplete()

bool SI::DescriptorGroup::isComplete ( )

Definition at line 215 of file si.c.

References array, and length.

Member Data Documentation

◆ array

GroupDescriptor** SI::DescriptorGroup::array
protected

Definition at line 492 of file si.h.

Referenced by Add(), Delete(), DescriptorGroup(), getDescriptors(), isComplete(), and ~DescriptorGroup().

◆ deleteOnDesctruction

bool SI::DescriptorGroup::deleteOnDesctruction
protected

Definition at line 493 of file si.h.

Referenced by DescriptorGroup(), and ~DescriptorGroup().

◆ length

int SI::DescriptorGroup::length
protected

Definition at line 491 of file si.h.

Referenced by Add(), Delete(), DescriptorGroup(), getLength(), and isComplete().


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