Update Home

2026-05-16 21:27:25 +00:00
parent c076235c2f
commit 3494ad642f
+1 -1
@@ -4,7 +4,7 @@ The "Hollow Development Kit" will be my playground for integrating many differen
At the moment this library is comprised of two "wrapper" base template classes:
- [PrimitiveWrapper](PrimitiveWrapper) - As the name implies this is for "Primitive" types: integers, enums, etc. Basically everything *BUT* a pointer.
- [PrimitiveWrapper](hdk::grid::PrimitiveWrapper) - As the name implies this is for "Primitive" types: integers, enums, etc. Basically everything *BUT* a pointer.
- [SharedPtrWrapper](SharedPtrWrapper) - Inversely to the primitive wrapper this is for pointers: things that involve memory freeing.
These are intended to be a inherited base point for header-only inline wrappers to C API that otherwise has Object oriented behaviour.