|
CppLogging 1.0.5.0
C++ Logging Library
|
Asynchronous wait-free logging ring queue definition. More...
#include "logging/record.h"#include <atomic>#include <cassert>#include <cstdio>#include <cstring>#include <utility>#include "async_wait_free_queue.inl"Go to the source code of this file.
Classes | |
| class | CppLogging::AsyncWaitFreeQueue< T > |
| Asynchronous wait-free logging ring queue. More... | |
Namespaces | |
| namespace | CppLogging |
| C++ Logging project definitions. | |
Asynchronous wait-free logging ring queue definition.
Definition in file async_wait_free_queue.h.