|
| class | LazyNativeObject |
| | This is a type of native object wrapper that defers its initialization until it is first used.
|
| |
| class | NativeIterator< T > |
| | Implements generic iterator over a range of native values.
|
| |
| class | NativeObject |
| | This is a base class for all types that have native backing and therefore act as a wrapper for a native object.
|
| |
| class | NativeObjectIterator< T > |
| | Implements generic iterator over a range of NativeObject instances.
|
| |
| class | NativeObjectRegistry |
| | NativeObjectRegistry holds all instances of NativeObject, and closes them on shutdown, i.e.
|
| |