Input text streaming interface and implementation. More...
#include <iostream>
#include <limits>
#include <string>
#include <ecl/config/macros.hpp>
#include <ecl/config/portable_types.hpp>
#include <ecl/exceptions/standard_exception.hpp>
#include <ecl/concepts/devices.hpp>
#include <ecl/type_traits/numeric_limits.hpp>
#include "base_text_stream.hpp"
#include "../macros.hpp"
Go to the source code of this file.
Classes | |
class | ecl::interfaces::InputTextStream< Device, InputDevice > |
Parent template for input text streams. More... | |
class | ecl::interfaces::InputTextStream< Device, true > |
Input text stream interface. More... | |
Namespaces | |
namespace | ecl |
namespace | ecl::interfaces |
Input text streaming interface and implementation.
Provides an input text streaming interface that can be connected to input devices.
Definition in file input_text_stream.hpp.