PmTuple_s Struct Reference

#include <tuple.h>

List of all members.

Public Attributes

PmObjDesc_t od
int16_t length
pPmObj_t val [1]


Detailed Description

Tuple obj

Immutable ordered sequence. Contains array of ptrs to objs.

Definition at line 32 of file tuple.h.


Member Data Documentation

Length of tuple I don't expect a tuple to ever exceed 255 elements, but if I set this type to int8_t, a 0-element tuple is too small to be allocated.

Definition at line 43 of file tuple.h.

Object descriptor

Definition at line 35 of file tuple.h.

Array of ptrs to objs

Definition at line 46 of file tuple.h.


The documentation for this struct was generated from the following file:

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