vdr  1.7.31
Public Member Functions | Protected Attributes | List of all members
SI::DescriptorGroup Class Reference

#include <si.h>

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.

SI::DescriptorGroup::~DescriptorGroup ( )

Definition at line 187 of file si.c.

References array, Delete(), and deleteOnDesctruction.

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

Member Function Documentation

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

Definition at line 193 of file si.c.

References array, and length.

Referenced by ~DescriptorGroup().

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

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

References array.

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

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

References array.

int SI::DescriptorGroup::getLength ( )
inline

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

References length.

int SI::DescriptorGroup::getLength ( )
inline

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

References length.

bool SI::DescriptorGroup::isComplete ( )
bool SI::DescriptorGroup::isComplete ( )

Definition at line 214 of file si.c.

References array, and length.

Member Data Documentation

GroupDescriptor ** SI::DescriptorGroup::array
protected
bool SI::DescriptorGroup::deleteOnDesctruction
protected

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: