#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< class, InputDevice > |
Parent template for input text streams. | |
class | ecl::interfaces::InputTextStream< Device, true > |
Input text stream interface. | |
Namespaces | |
ecl | |
ecl::interfaces | |