#include <unistd.h>
#include <fcntl.h>
#include <stdio.h>
#include <array>
#include <mutex>
#include <string>
#include <thread>
Go to the source code of this file.
Classes | |
class | StreamCollector |
Namespaces | |
namespace | cepgen |
Common namespace for this Monte Carlo generator. | |
namespace | cepgen::utils |
Collection of utilities. | |
Macros | |
#define | STD_OUT_FD (fileno(stdout)) |
#define | STD_ERR_FD (fileno(stderr)) |
#define STD_ERR_FD (fileno(stderr)) |
Definition at line 50 of file StreamCollector.h.
#define STD_OUT_FD (fileno(stdout)) |
Definition at line 46 of file StreamCollector.h.