mal-packet-weaver
C++20 packet serialization/deserialization library.
Loading...
Searching...
No Matches
mal-toolkit.hpp
Go to the documentation of this file.
1#pragma once
7namespace mal_toolkit
8{
29} // namespace mal_toolkit
35// clang-format off
36#include "library-pch.hpp"
37#include "converter.hpp"
38#include "backoffs.hpp"
39#include "debug.hpp"
40#include "measurer.hpp"
41#include "string.hpp"
42#include "template.hpp"
43#include "timer.hpp"
44#include "stl-helpers.hpp"
45#include "macro.hpp"
46#include "common-structures.hpp"
47#include "byte-helper.hpp"
48// clang-format on
Defines common data structures and types that can be used anywhere.
Provides functions for converting between different data types.
Contains debugging-related macros and utilities for assisting with debugging tasks.
Precompiled header (PCH) file for common headers used across the library.
Defines macros and constants for various purposes.
Implements performance measurement and profiling utilities.
Contains a collection of tools and utilities provided by the MAL Toolkit library.
Definition backoffs.hpp:7
Provides helper functions and extensions for the C++ Standard Library.
Implements string manipulation and formatting functions.
Defines template classes and functions used in the project.
Implements timer utilities for measuring elapsed time and intervals.