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.


Member Data Documentation

Length of string

struct PmString_s* PmString_s::next [read]

Ptr to next string in cache

Object descriptor

uint8_t PmString_s::val[1]

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


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

Generated on Wed Feb 24 13:37:03 2010 for Python-on-a-chip by  doxygen 1.5.9