#include <strobj.h>
Public Attributes | |
PmObjDesc_t | od |
uint16_t | length |
struct PmString_s * | next |
uint8_t | val [1] |
Null terminated array of chars.
uint16_t PmString_s::length |
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