Type representing an memory. Usually instances of this type are passed around by value. It has the following fields:
size_t lenNumber of octets in the string.
uint8_t * ptrPointer to the first octet in the block.
| • blocks constructors | Constructors for blocks. | |
| • blocks predicates | Predicates for blocks. | |
| • blocks comparison | Comparison between blocks. | |
| • blocks operations | Operations on blocks. | |
| • blocks dynamic | Dynamic memory allocation for blocks. | |
| • blocks guarded | Guarded memory allocation for blocks. |
This document describes version 0.2.2-devel.3 of CCMemory.