Dgame.Internal.Shared

Undocumented in source.

Members

Functions

_def_del
void _def_del(T* p)
Undocumented in source. Be warned that the author may not have intended to support it.
allocate_shared
shared_ptr!(T) allocate_shared(size_t count, void function(T*) df)
Undocumented in source. Be warned that the author may not have intended to support it.
make_shared
shared_ptr!(T) make_shared(T value, void function(T*) df)
Undocumented in source. Be warned that the author may not have intended to support it.
make_shared
shared_ptr!(T) make_shared(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
make_shared
shared_ptr!(T) make_shared(void function(T*) df, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
make_shared
shared_ptr!(T) make_shared(T* p, void function(T*) df)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

idOf
string idOf [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

shared_ptr
struct shared_ptr(T)
Undocumented in source.

Meta