|
Swarm-NG
1.1
|
Defines an event writer plug-in for io.cpp. 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::event_record< NumData > |
| Define event_record class. More... | |
| class | swarm::log::event_record<-1 > |
| Specialized version for NumData=-1 to allow for variable length. More... | |
| class | swarm::log::event_record< 0 > |
| Specialized version for NumData=0 to allow for no double data (is this needed?) More... | |
| class | swarm::log::host_array_writer |
| A writer plugin that keeps the data in the memory. 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 | |
Defines an event writer plug-in for io.cpp.
EXPERIMENTAL: This class is not thoroughly tested.
Definition in file host_array_writer.hpp.