vdr 2.6.1
Public Member Functions | List of all members
SI::TypeLoop< T > Class Template Reference

#include <si.h>

Public Member Functions

int getCount ()
 
operator[] (const int index) const
 
getNext (Iterator &it) const
 
bool hasNext (Iterator &it)
 
int getCount ()
 
operator[] (const int index) const
 
getNext (Iterator &it) const
 
bool hasNext (Iterator &it)
 
- Public Member Functions inherited from SI::VariableLengthPart
void setData (CharArray d, int l)
 
void setDataAndOffset (CharArray d, int l, int &offset)
 
virtual int getLength ()
 
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 ()
 
virtual int getLength ()=0
 
 Object ()
 
 Object (CharArray &d)
 
void setData (const unsigned char *data, int size, bool doCopy=true)
 
CharArray getData ()
 
bool isValid ()
 
virtual int getLength ()=0
 
- Public Member Functions inherited from SI::Parsable
void CheckParse ()
 
void CheckParse ()
 

Additional Inherited Members

- Protected Member Functions inherited from SI::Loop
virtual void Parse ()
 
virtual void Parse ()
 
- Protected Member Functions inherited from SI::Object
void setData (CharArray &d)
 
bool checkSize (int offset)
 
void setData (CharArray &d)
 
bool checkSize (int offset)
 
- Protected Member Functions inherited from SI::Parsable
 Parsable ()
 
virtual ~Parsable ()
 
virtual void Parse ()=0
 
 Parsable ()
 
virtual ~Parsable ()
 
virtual void Parse ()=0
 
- Protected Attributes inherited from SI::Object
CharArray data
 

Detailed Description

template<typename T>
class SI::TypeLoop< T >

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

Member Function Documentation

◆ getCount() [1/2]

template<typename T >
int SI::TypeLoop< T >::getCount ( )
inline

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

References SI::VariableLengthPart::getLength().

Referenced by cNitFilter::Process().

◆ getCount() [2/2]

template<typename T >
int SI::TypeLoop< T >::getCount ( )
inline

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

References SI::VariableLengthPart::getLength().

◆ getNext() [1/2]

template<typename T >
T SI::TypeLoop< T >::getNext ( Iterator it) const
inline

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

References SI::Loop::Iterator::i, and SI::TypeLoop< T >::operator[]().

Referenced by cNitFilter::Process().

◆ getNext() [2/2]

template<typename T >
T SI::TypeLoop< T >::getNext ( Iterator it) const
inline

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

References SI::TypeLoop< T >::operator[]().

◆ hasNext() [1/2]

template<typename T >
bool SI::TypeLoop< T >::hasNext ( Iterator it)
inline

◆ hasNext() [2/2]

template<typename T >
bool SI::TypeLoop< T >::hasNext ( Iterator it)
inline

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

References SI::VariableLengthPart::getLength(), and SI::Object::isValid().

◆ operator[]() [1/2]

template<typename T >
T SI::TypeLoop< T >::operator[] ( const int  index) const
inline

◆ operator[]() [2/2]

template<typename T >
T SI::TypeLoop< T >::operator[] ( const int  index) const
inline

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