bytearray.h File Reference

Bytearray Object Type. More...

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_spPmBytes_t
typedef struct PmBytearray_s PmBytearray_t
typedef struct PmBytearray_spPmBytearray_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)


Detailed Description

Bytearray Object Type.

Bytearray object type header.

Definition in file bytearray.h.


Typedef Documentation

typedef struct PmBytearray_s PmBytearray_t

Bytearray obj

Mutable ordered sequence of bytes. Contains ptr to chunk of bytes.

typedef struct PmBytes_s PmBytes_t

Bytes container

Holds actual byte payload


Generated on Mon Oct 18 07:40:49 2010 for Python-on-a-chip by  doxygen 1.5.9