![]() |
Elementa v8.0.0
Minimalistic library for any C++ application (C++11 and up)
|
#include "elementa/license.inc"#include "elementa/checks.inc"#include <chrono>#include "elementa/base/serial_channels.h"#include "elementa/base/threads.h"#include "elementa/adts/circularbuffers.h"
Go to the source code of this file.
Classes | |
| class | elementa::utils::FastLog< Data > |
| A thread-safe circular buffer in memory to store logs. More... | |
| struct | elementa::utils::FastLog< Data >::Datum |
| Actual data stored in the log. More... | |