cppnew

Undocumented in source.

Members

Functions

CPPDelete
void CPPDelete(T* p)
Undocumented in source. Be warned that the author may not have intended to support it.
CPPDelete
void CPPDelete(T p)
Undocumented in source. Be warned that the author may not have intended to support it.
CPPDelete
void CPPDelete(T[] array)
Undocumented in source. Be warned that the author may not have intended to support it.
CPPDeleteMultidimensionalArray
void CPPDeleteMultidimensionalArray(T[] array)
Undocumented in source. Be warned that the author may not have intended to support it.
CPPNew
auto CPPNew(A args)
Undocumented in source. Be warned that the author may not have intended to support it.
CPPNewArray
T[] CPPNewArray(size_t length)
Undocumented in source. Be warned that the author may not have intended to support it.
CPPNewArray
T[] CPPNewArray(size_t length, T init)
Undocumented in source. Be warned that the author may not have intended to support it.
CPPNewArray
Unqual!(ElementEncodingType!R)[] CPPNewArray(R range)
Undocumented in source. Be warned that the author may not have intended to support it.
CPPNewArray
T[] CPPNewArray(R range)
Undocumented in source. Be warned that the author may not have intended to support it.
CPPNewMultidimensionalArray
auto CPPNewMultidimensionalArray(size_t[N] lengths)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

CPPAllocator
struct CPPAllocator
Undocumented in source.

Meta