#include <FileWriter.h>
Inheritance diagram for ht::example::FileWriter:

Public Member Functions | |
| void | configure (const ht::options::Config *c) |
| void | process (const ByteBuffer &buf) |
| Write the given buffer to our configured output. | |
| void | stop () |
| void ht::example::FileWriter::configure | ( | const ht::options::Config * | ) | [virtual] |
Get the name from the config, or used "<unnamed node>"
Reimplemented from ht::graph::NodeBase.
| void ht::example::FileWriter::stop | ( | ) | [virtual] |
Do nothing
Reimplemented from ht::graph::NodeBase.
1.5.2