Main Page   Modules   Alphabetical List   Data Structures   File List   Data Fields  

ToyMem_String Struct Reference

Structure to hold a NULL-terminated ASCII string up to MAX_STRLEN chars in length. More...

#include <ToyMemType.h>


Data Fields

DataType_e type
 Type information - DATA_STRING.

char value [MAX_STRLEN+1]
 The string itself.


Detailed Description

Structure to hold a NULL-terminated ASCII string up to MAX_STRLEN chars in length.

Definition at line 66 of file ToyMemType.h.


Field Documentation

DataType_e ToyMem_String::type
 

Type information - DATA_STRING.

Definition at line 69 of file ToyMemType.h.

char ToyMem_String::value[MAX_STRLEN+1]
 

The string itself.

Definition at line 71 of file ToyMemType.h.

Referenced by TMM_StoreHeapString(), and TMM_StoreString().


The documentation for this struct was generated from the following file:
Generated on Fri Apr 4 14:29:07 2003 for ToyMem by doxygen1.3-rc3