vdr  1.7.31
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)
 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)

Protected Member Functions

DescriptorcreateDescriptor (int &i, bool returnUnimplemetedDescriptor)
DescriptorcreateDescriptor (int &i, bool returnUnimplemetedDescriptor)
- Protected Member Functions inherited from SI::Loop
virtual void Parse ()
virtual void Parse ()

Protected Attributes

DescriptorTagDomain domain

Detailed Description

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

Constructor & Destructor Documentation

SI::DescriptorLoop::DescriptorLoop ( )
inline

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

References domain, and SI::SI.

SI::DescriptorLoop::DescriptorLoop ( )
inline

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

References domain, and SI::SI.

Member Function Documentation

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

Member Data Documentation

DescriptorTagDomain SI::DescriptorLoop::domain
protected

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