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