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

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

Definition at line 181 of file si.c.

SI::DescriptorGroup::~DescriptorGroup ( )

Definition at line 187 of file si.c.

Member Function Documentation

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

Definition at line 193 of file si.c.

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

Definition at line 489 of file si.h.

int SI::DescriptorGroup::getLength ( )
inline

Definition at line 488 of file si.h.

bool SI::DescriptorGroup::isComplete ( )

Definition at line 215 of file si.c.

Member Data Documentation

GroupDescriptor** SI::DescriptorGroup::array
protected

Definition at line 493 of file si.h.

bool SI::DescriptorGroup::deleteOnDesctruction
protected

Definition at line 494 of file si.h.

int SI::DescriptorGroup::length
protected

Definition at line 492 of file si.h.


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