PmString_s Struct Reference

#include <strobj.h>

List of all members.

Public Attributes

PmObjDesc_t od
uint16_t length
struct PmString_snext
uint8_t val [1]


Detailed Description

String obj

Null terminated array of chars.

Definition at line 83 of file strobj.h.


Member Data Documentation

Length of string

Definition at line 89 of file strobj.h.

struct PmString_s* PmString_s::next [read]

Ptr to next string in cache

Definition at line 93 of file strobj.h.

Object descriptor

Definition at line 86 of file strobj.h.

Null-term char array

Use length 1 here so that string-alloc function can use "sizeof(PmString_t) + len" and there will be room for the null-term

Definition at line 102 of file strobj.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