Go to the source code of this file.
Classes | |
struct | PmBytes_s |
struct | PmBytearray_s |
Typedefs | |
typedef struct PmBytes_s | PmBytes_t |
typedef struct PmBytes_s * | pPmBytes_t |
typedef struct PmBytearray_s | PmBytearray_t |
typedef struct PmBytearray_s * | pPmBytearray_t |
Functions | |
PmReturn_t | bytearray_new (pPmObj_t pobj, pPmObj_t *r_pobj) |
PmReturn_t | bytearray_getItem (pPmObj_t pobj, int16_t index, pPmObj_t *r_pobj) |
PmReturn_t | bytearray_setItem (pPmObj_t pba, int16_t index, pPmObj_t pobj) |
PmReturn_t | bytearray_print (pPmObj_t pobj) |
Bytearray object type header.
Definition in file bytearray.h.
typedef struct PmBytearray_s PmBytearray_t |
Bytearray obj
Mutable ordered sequence of bytes. Contains ptr to chunk of bytes.