Swarm-NG
1.1
|
Defines and implements a writer that writes to binary files. More...
#include "../common.hpp"
#include "../types/config.hpp"
#include "../plugin.hpp"
#include "io.hpp"
#include "writer.h"
Go to the source code of this file.
Classes | |
class | swarm::log::binary_writer |
A writer plugin that writes to binary files. More... | |
Namespaces | |
swarm | |
Swarm-NG library. | |
swarm::log | |
The event/data logging system for swarm | |
Constant Groups | |
swarm | |
Swarm-NG library. | |
swarm::log | |
The event/data logging system for swarm | |
Variables | |
writer_plugin_initializer < binary_writer > | swarm::log::binary_writer_plugin ("binary","This is the binary writer") |
Initialize the binary writer plugin. | |
Defines and implements a writer that writes to binary files.
Definition in file binary_writer.cpp.