m3.SmartPointer

Undocumented in source.

Members

Classes

A
class A
Undocumented in source.
B
class B
Undocumented in source.

Functions

_SDL_FreeSurface
void _SDL_FreeSurface(_SDL_Surface* )
Undocumented in source. Be warned that the author may not have intended to support it.
makeShared
SharedPtr!(T) makeShared(T* data)
Undocumented in source. Be warned that the author may not have intended to support it.
makeShared
SharedPtr!(T) makeShared(T* data, SharedPtr!(T).Deleter deleter)
Undocumented in source. Be warned that the author may not have intended to support it.
makeShared
SharedPtr!(T) makeShared(T data)
Undocumented in source. Be warned that the author may not have intended to support it.
makeShared
SharedPtr!(T) makeShared(T data, SharedPtr!(T).Deleter deleter)
Undocumented in source. Be warned that the author may not have intended to support it.
makeShared
SharedPtr!(T) makeShared(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
makeShared
SharedPtr!(T) makeShared(SharedPtr!(T).Deleter deleter, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
makeUnique
UniquePtr!(T) makeUnique(T* data)
Undocumented in source. Be warned that the author may not have intended to support it.
makeUnique
UniquePtr!(T) makeUnique(T* data, UniquePtr!(T).Deleter deleter)
Undocumented in source. Be warned that the author may not have intended to support it.
makeUnique
UniquePtr!(T) makeUnique(T data)
Undocumented in source. Be warned that the author may not have intended to support it.
makeUnique
UniquePtr!(T) makeUnique(T data, UniquePtr!(T).Deleter deleter)
Undocumented in source. Be warned that the author may not have intended to support it.
makeUnique
UniquePtr!(T) makeUnique(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
makeUnique
UniquePtr!(T) makeUnique(UniquePtr!(T).Deleter deleter, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

sdl_deleter
int sdl_deleter;
Undocumented in source.

Structs

C
struct C
Undocumented in source.
SharedPtr
struct SharedPtr(T)
Undocumented in source.
UniquePtr
struct UniquePtr(T)
Undocumented in source.
_SDL_Surface
struct _SDL_Surface
Undocumented in source.

Meta