Template Class InputTextStream
Defined in File input_text_stream.hpp
Inheritance Relationships
Derived Types
public ecl::TextStream< SharedFile >
(Template Class TextStream)public ecl::TextStream< Serial >
(Template Class TextStream)public ecl::TextStream< String >
(Template Class TextStream)public ecl::TextStream< OFile >
(Template Class TextStream)
Class Documentation
-
template<typename Device, bool InputDevice = true>
class InputTextStream Parent template for input text streams.
This template is defined so that is can provide an empty interface if the calling device is not in fact an input device. The actual input interface is defined in the boolean true specialisation.
See also
- Template Parameters:
Device – : underlying device connected to the stream.
InputDevice – : boolean indicating if the device is an input device or not.
Subclassed by ecl::TextStream< SharedFile >, ecl::TextStream< Serial >, ecl::TextStream< String >, ecl::TextStream< OFile >