#include "pm.h"
Go to the source code of this file.
Defines | |
#define | __FILE_ID__ 0x14 |
Functions | |
int8_t | seq_compare (pPmObj_t pobj1, pPmObj_t pobj2) |
PmReturn_t | seq_getLength (pPmObj_t pobj, int16_t *r_index) |
PmReturn_t | seq_getSubscript (pPmObj_t pobj, int16_t index, pPmObj_t *r_pobj) |
PmReturn_t | seqiter_getNext (pPmObj_t pobj, pPmObj_t *r_pitem) |
PmReturn_t | seqiter_new (pPmObj_t pobj, pPmObj_t *r_pobj) |
Functions that operate on sequences
Definition in file seq.c.
PmReturn_t seq_getLength | ( | pPmObj_t | pobj, | |
int16_t * | r_index | |||
) |
PmReturn_t seq_getSubscript | ( | pPmObj_t | pobj, | |
int16_t | index, | |||
pPmObj_t * | r_pobj | |||
) |
PmReturn_t seqiter_getNext | ( | pPmObj_t | pobj, | |
pPmObj_t * | r_pitem | |||
) |
PmReturn_t seqiter_new | ( | pPmObj_t | pobj, | |
pPmObj_t * | r_pobj | |||
) |