![]() |
Consolix
|
Common utility modules and helpers in Consolix. More...
Files | |
file | utils.hpp |
Entry point for including utility headers for Consolix. | |
file | encoding_utils.hpp |
Utilities for working with character encodings and string transformations. | |
Common utility modules and helpers in Consolix.
The Utilities group includes a variety of modules that provide helper functions, type definitions, and features to simplify application development with Consolix. These utilities cover JSON manipulation, path handling, enumeration definitions, encoding transformations, and more.
utils/enums.hpp
): Centralized definitions of shared constants and flags.utils/types.hpp
): Common type aliases and structures.utils/ColorManipulator.hpp
): Helpers for stream-based text color styling.utils/path_utils.hpp
): Functions for handling file and directory paths.utils/json_utils.hpp
): Helpers for processing and manipulating JSON strings.utils/encoding_utils.hpp
): Tools for working with character encoding transformations.