vdr  2.2.0
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
SI::DescriptorLoop Class Reference

#include <si.h>

Public Member Functions

 DescriptorLoop ()
 
DescriptorgetNext (Iterator &it)
 
DescriptorgetNext (Iterator &it, DescriptorTag tag, bool returnUnimplemetedDescriptor=false)
 
DescriptorgetNext (Iterator &it, DescriptorTag *tags, int arrayLength, bool returnUnimplemetedDescriptor=false)
 
int getNumberOfDescriptors ()
 
template<typename T >
int getDescriptorTags (T *tags)
 
- Public Member Functions inherited from SI::VariableLengthPart
void setData (CharArray d, int l)
 
void setDataAndOffset (CharArray d, int l, int &offset)
 
virtual int getLength ()
 
- Public Member Functions inherited from SI::Object
 Object ()
 
 Object (CharArray &d)
 
void setData (const unsigned char *data, int size, bool doCopy=true)
 
CharArray getData ()
 
bool isValid ()
 
- Public Member Functions inherited from SI::Parsable
void CheckParse ()
 

Protected Member Functions

DescriptorcreateDescriptor (int &i, bool returnUnimplemetedDescriptor)
 
- Protected Member Functions inherited from SI::Loop
virtual void Parse ()
 
- Protected Member Functions inherited from SI::Object
void setData (CharArray &d)
 
bool checkSize (int offset)
 
- Protected Member Functions inherited from SI::Parsable
 Parsable ()
 
virtual ~Parsable ()
 

Protected Attributes

DescriptorTagDomain domain
 
- Protected Attributes inherited from SI::Object
CharArray data
 

Detailed Description

Definition at line 378 of file si.h.

Constructor & Destructor Documentation

SI::DescriptorLoop::DescriptorLoop ( )
inline

Definition at line 380 of file si.h.

References SI::SI.

Member Function Documentation

Descriptor * SI::DescriptorLoop::createDescriptor ( int &  i,
bool  returnUnimplemetedDescriptor 
)
protected
template<typename T >
int SI::DescriptorLoop::getDescriptorTags ( T *  tags)
inline
Descriptor * SI::DescriptorLoop::getNext ( Iterator it)
Descriptor * SI::DescriptorLoop::getNext ( Iterator it,
DescriptorTag  tag,
bool  returnUnimplemetedDescriptor = false 
)
Descriptor * SI::DescriptorLoop::getNext ( Iterator it,
DescriptorTag tags,
int  arrayLength,
bool  returnUnimplemetedDescriptor = false 
)
int SI::DescriptorLoop::getNumberOfDescriptors ( )

Member Data Documentation

DescriptorTagDomain SI::DescriptorLoop::domain
protected

Definition at line 426 of file si.h.


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