Consolix
Loading...
Searching...
No Matches
utils.hpp
Go to the documentation of this file.
1#pragma once
2#ifndef _CONSOLIX_UTILS_HPP_INCLUDED
3#define _CONSOLIX_UTILS_HPP_INCLUDED
4
57
58#include "config_macros.hpp"
60#include "utils/enums.hpp"
61#include "utils/types.hpp"
64#include "utils/path_utils.hpp"
65#include "utils/json_utils.hpp"
66
67#endif // _CONSOLIX_UTILS_HPP_INCLUDED
Provides utilities for changing text color in streams.
Configuration macros for the Consolix framework.
Utilities for working with character encodings and string transformations.
Contains enumerations and utility functions for text colors.
Utilities for working with JSON strings, including removing comments.
Utilities for working with file and directory paths, including resolving paths relative to the execut...
Contains platform-specific API includes and definitions.
Contains common type.