|
| backoffs.hpp |
|
| byte-helper.hpp |
|
| callback-system.hpp |
| Defines a callback system for managing and executing callback functions.
|
|
| common-structures.hpp |
| Defines common data structures and types that can be used anywhere.
|
|
| converter.hpp |
| Provides functions for converting between different data types.
|
|
| debug.hpp |
| Contains debugging-related macros and utilities for assisting with debugging tasks.
|
|
| library-pch.hpp |
| Precompiled header (PCH) file for common headers used across the library.
|
|
| macro.hpp |
| Defines macros and constants for various purposes.
|
|
| mal-toolkit.hpp |
| Main header file for the MAL Toolkit library, providing a comprehensive set of tools and utilities.
|
|
| measurer.hpp |
| Implements performance measurement and profiling utilities.
|
|
| stl-helpers.hpp |
| Provides helper functions and extensions for the C++ Standard Library.
|
|
| string.hpp |
| Implements string manipulation and formatting functions.
|
|
| template.hpp |
| Defines template classes and functions used in the project.
|
|
| timer.hpp |
| Implements timer utilities for measuring elapsed time and intervals.
|
|
| uuid.hpp |
| Defines utilities for working with Universally Unique Identifiers (UUIDs).
|
|
| win-utils.hpp |
| Provides various Windows-specific utility functions and macros.
|
|