nulib.memory

NuLib Memory Utilities

This module contains elements such as smart pointers, additionally it imports the general memory managment parts of numem in.

Modules

endian
module nulib.memory.endian

Endianess Helpers

shared_ptr
module nulib.memory.shared_ptr

Shared Pointers

unique_ptr
module nulib.memory.unique_ptr

Unique Pointers

weak_ptr
module nulib.memory.weak_ptr

Weak pointers

Public Imports

numem
public import numem;
Undocumented in source.
nulib.memory.shared_ptr
public import nulib.memory.shared_ptr;
Undocumented in source.
nulib.memory.unique_ptr
public import nulib.memory.unique_ptr;
Undocumented in source.
nulib.memory.weak_ptr
public import nulib.memory.weak_ptr;
Undocumented in source.

Meta

Authors

Luna Nielsen