Next: ascii zero, Up: ascii [Contents][Index]
Type representing an ASCII coded, non–zero terminated, string in memory. Usually instances of this type are passed around by value. It has the following fields:
size_t len
Number of characters in the string.
char * ptr
Pointer to the first character in the string.
• ascii non-zero constructors | Constructors for ASCII strings. | |
• ascii non-zero predicates | Predicates for ASCII strings. | |
• ascii non-zero comparison | Comparison between ASCII strings. | |
• ascii non-zero operations | Operations on ASCII strings. | |
• ascii non-zero dynamic | Dynamic memory allocation for ASCII strings. | |
• ascii non-zero guarded | Guarded memory allocation for ASCII strings. |
Next: ascii zero, Up: ascii [Contents][Index]
This document describes version 0.2.2-devel.3 of CCMemory.