-
-
Notifications
You must be signed in to change notification settings - Fork 33
dlib.core
Timur Gafarov edited this page Mar 16, 2020
·
12 revisions
This package provides functionality that is used by all other dlib packages.
- dlib.core.memory - unmanaged dynamic allocation of classes, arrays and structs
- dlib.core.ownership - object ownership mechanism that simplifies memory management
- dlib.core.stream - binary steam interface that abstractizes common I/O tasks
- dlib.core.thread - cross-platform thread class (supports Windows and Posix)
- dlib.core.mutex - cross-platform thread synchronization primitive
- dlib.core.oop - prototype-based OOP system for D structs
- dlib.core.bitio - bit-level manipulations
- dlib.core.compound - tuple+struct hybrid
- dlib.core.tuple - tuple constructing templates.