vdr
1.7.27
|
#include <section.h>
Classes | |
class | RunningInfo |
Public Member Functions | |
RST (const unsigned char *data, bool doCopy=true) | |
RST () | |
RST (const unsigned char *data, bool doCopy=true) | |
RST () | |
Public Attributes | |
StructureLoop< RunningInfo > | infoLoop |
Protected Member Functions | |
virtual void | Parse () |
virtual void | Parse () |
Definition at line 217 of file include/libsi/section.h.
SI::RST::RST | ( | const unsigned char * | data, |
bool | doCopy = true |
||
) | [inline] |
Definition at line 219 of file include/libsi/section.h.
SI::RST::RST | ( | ) | [inline] |
Definition at line 220 of file include/libsi/section.h.
SI::RST::RST | ( | const unsigned char * | data, |
bool | doCopy = true |
||
) | [inline] |
Definition at line 219 of file libsi/section.h.
SI::RST::RST | ( | ) | [inline] |
Definition at line 220 of file libsi/section.h.
void SI::RST::Parse | ( | ) | [protected, virtual] |
Implements SI::Parsable.
Definition at line 276 of file section.c.
References SI::Object::data, SI::Section::getLength(), SI::PAT::s, and SI::CharArray::setPointerAndOffset().
virtual void SI::RST::Parse | ( | ) | [protected, virtual] |
Implements SI::Parsable.
Definition at line 234 of file include/libsi/section.h.