vdr  1.7.31
Public Member Functions | Private Attributes | List of all members
SI::VariableLengthPart Class Reference

#include <si.h>

Public Member Functions

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 ()
 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 ()
void CheckParse ()

Private Attributes

int length

Additional Inherited Members

- Protected Member Functions inherited from SI::Object
void setData (CharArray &d)
bool checkSize (int offset)
void setData (CharArray &d)
bool checkSize (int offset)
- Protected Attributes inherited from SI::Object
CharArray data

Detailed Description

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

Member Function Documentation

virtual int SI::VariableLengthPart::getLength ( )
inlinevirtual
virtual int SI::VariableLengthPart::getLength ( )
inlinevirtual

Implements SI::Object.

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

References length.

void SI::VariableLengthPart::setData ( CharArray  d,
int  l 
)
inline

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

References SI::Object::checkSize(), length, and setData().

void SI::VariableLengthPart::setData ( CharArray  d,
int  l 
)
inline
void SI::VariableLengthPart::setDataAndOffset ( CharArray  d,
int  l,
int &  offset 
)
inline
void SI::VariableLengthPart::setDataAndOffset ( CharArray  d,
int  l,
int &  offset 
)
inline

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

References SI::Object::checkSize(), length, and setData().

Member Data Documentation

int SI::VariableLengthPart::length
private

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

Referenced by getLength(), setData(), and setDataAndOffset().


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