vdr  2.2.0
Public Member Functions | Protected Attributes | List of all members
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 482 of file si.h.

Constructor & Destructor Documentation

§ DescriptorGroup()

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

Definition at line 181 of file si.c.

§ ~DescriptorGroup()

SI::DescriptorGroup::~DescriptorGroup ( )

Definition at line 187 of file si.c.

Member Function Documentation

§ Add()

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

§ Delete()

void SI::DescriptorGroup::Delete ( )

Definition at line 193 of file si.c.

§ getDescriptors()

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

Definition at line 489 of file si.h.

§ getLength()

int SI::DescriptorGroup::getLength ( )
inline

Definition at line 488 of file si.h.

§ isComplete()

bool SI::DescriptorGroup::isComplete ( )

Definition at line 215 of file si.c.

Member Data Documentation

§ array

GroupDescriptor** SI::DescriptorGroup::array
protected

Definition at line 493 of file si.h.

§ deleteOnDesctruction

bool SI::DescriptorGroup::deleteOnDesctruction
protected

Definition at line 494 of file si.h.

§ length

int SI::DescriptorGroup::length
protected

Definition at line 492 of file si.h.


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