Flow 1.0.1
Flow project: Full implementation reference.
|
#include "flow/util/util_fwd.hpp"
#include <boost/iostreams/stream.hpp>
#include <boost/iostreams/stream_buffer.hpp>
#include <boost/iostreams/device/back_inserter.hpp>
Go to the source code of this file.
Classes | |
class | flow::util::String_ostream |
Similar to ostringstream but allows fast read-only access directly into the std::string being written; and some limited write access to that string. More... | |
Namespaces | |
namespace | flow |
Catch-all namespace for the Flow project: A collection of various production-quality modules written in modern C++17, originally by ygoldfel. | |
namespace | flow::util |
Flow module containing miscellaneous general-use facilities that don't fit into any other Flow module. | |