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

#include <si.h>

Public Member Functions

bool getNext (T &obj, Iterator &it)
 
T * getNextAsPointer (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 ()
 
- 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 ()
 

Additional Inherited Members

- 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 inherited from SI::Object
CharArray data
 

Detailed Description

template<class T>
class SI::StructureLoop< T >

Definition at line 339 of file si.h.

Member Function Documentation

template<class T>
bool SI::StructureLoop< T >::getNext ( T &  obj,
Iterator it 
)
inline

Definition at line 343 of file si.h.

template<class T>
T* SI::StructureLoop< T >::getNextAsPointer ( Iterator it)
inline

Definition at line 358 of file si.h.


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