Output text streaming interface and implementation. More...
#include <cstring>
#include <string>
#include <ecl/config/macros.hpp>
#include <ecl/exceptions/standard_exception.hpp>
#include <ecl/converters.hpp>
#include <ecl/concepts/devices.hpp>
#include "../manipulators/manipulator.hpp"
#include "../macros.hpp"
Go to the source code of this file.
Classes | |
class | ecl::interfaces::OutputTextStream< Device, OutputDevice > |
Parent template for output text streams. More... | |
class | ecl::interfaces::OutputTextStream< Device, true > |
Output text stream interface. More... | |
Namespaces | |
namespace | ecl |
namespace | ecl::interfaces |
Output text streaming interface and implementation.
Provides an output text streaming interface that can be connected to output devices.
Definition in file output_text_stream.hpp.