Update Home
+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:
|
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.
|
- [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.
|
These are intended to be a inherited base point for header-only inline wrappers to C API that otherwise has Object oriented behaviour.
|
||||||
|
|||||||
Reference in New Issue
Block a user