as.utils

Undocumented in source.

Members

Functions

cCreate
T* cCreate(Args args)

Allocates the memory and runs constructors on the specified type

cFree
void cFree(T item)

C free routine

cMalloc
void* cMalloc(size_t size)

Allocates extra space

cMemCopy
void cMemCopy(T to, U from, size_t length)

Copies memory from A to B

destruct
void destruct(T item)
Undocumented in source. Be warned that the author may not have intended to support it.
reinterpret_cast
T reinterpret_cast(U item)

A D implementation of reinterpret_cast

Meta