Cbeam
Loading...
Searching...
No Matches
stdout_redirector.hpp File Reference
#include <cbeam/error/runtime_error.hpp>
#include <cbeam/logging/log_manager.hpp>
#include <cassert>
#include <cstdio>
#include <filesystem>
#include <mutex>
#include <string>
#include <cbeam/platform/windows_config.hpp>
#include <io.h>
Include dependency graph for stdout_redirector.hpp:

Go to the source code of this file.

Classes

class  cbeam::filesystem::stdout_redirector
 Class for redirecting stdout to a file and subsequently resetting it to the system's default state. More...
 

Namespaces

namespace  cbeam
 The root namespace for the Cbeam library. This namespace unifies cross-platform utilities for concurrency, memory management, file handling, logging, serialization, and more. Its purpose is to provide a cohesive collection of modern C++ components that address common system-level and application-level tasks, while promoting thread-safety, interprocess communication, and stable resource handling across varied platform APIs.
 
namespace  cbeam::filesystem
 Facilitates file I/O, path normalization, and directory operations in a cross-platform manner. Its classes and functions simplify reading, writing, creating, or deleting files and directories, handling discrepancies in path formats, symbolic links, and OS-specific peculiarities.