tagion.betterC.utils.platform

Undocumented in source.

Public Imports

core.stdc.stdio
public import core.stdc.stdio;
Undocumented in source.

Members

Aliases

HiBONT_RBTreeT
alias HiBONT_RBTreeT = RBTreeT!(HiBONT.Member*).Node
Undocumented in source.
_call_static_ctor
alias _call_static_ctor(Modules...) = _static_call_all!("_staticCtor", "", Modules)
Undocumented in source.
_call_static_dtor
alias _call_static_dtor(Modules...) = _static_call_all!("_staticDtor", "", Modules)
Undocumented in source.

Functions

_d_array_slice_copy
void _d_array_slice_copy(void* dst, size_t dstlen, void* src, size_t srclen, size_t elemsz)
Undocumented in source. Be warned that the author may not have intended to support it.
calloc
void* calloc(size_t nmemb, size_t size)
Undocumented in source.
free
void free(void* ptr)
Undocumented in source.
realloc
void* realloc(void* ptr, size_t size)
Undocumented in source.

Imports

calloc (from core.stdc.stdlib)
public import core.stdc.stdlib : calloc, free, realloc;
Undocumented in source.
free (from core.stdc.stdlib)
public import core.stdc.stdlib : calloc, free, realloc;
Undocumented in source.
realloc (from core.stdc.stdlib)
public import core.stdc.stdlib : calloc, free, realloc;
Undocumented in source.

Static functions

_static_call_all
void _static_call_all()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_D6tagion7betterC5utils6RBTree__T7RBTreeTTPSQBqQBm5hibon5HiBON6HiBONT6MemberZQBs4NILLSQDgQDcQCxQCu__TQCqTQClZQCy4Node
HiBONT_RBTreeT _D6tagion7betterC5utils6RBTree__T7RBTreeTTPSQBqQBm5hibon5HiBON6HiBONT6MemberZQBs4NILLSQDgQDcQCxQCu__TQCqTQClZQCy4Node;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta