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

Additional Inherited Members

- Protected Member Functions inherited from SI::Loop
virtual void Parse ()
virtual void Parse ()
- Protected Attributes inherited from SI::Object
CharArray data

Detailed Description

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

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

Member Function Documentation

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

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

Referenced by cNitFilter::Process().

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

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

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

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

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

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

Referenced by cNitFilter::Process().

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

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

Referenced by cNitFilter::Process().

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

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

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

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

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

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

Referenced by SI::TypeLoop< SixteenBit >::getNext().


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