Public Member Functions | Private Attributes
ecl::StreamConcept< Implementation > Class Template Reference

Defines validating functionality for the streams concept. More...

#include <streams.hpp>

List of all members.

Public Member Functions

 ecl_compile_time_concept_test (StreamConcept)
 Implements a concept test for streams.

Private Attributes

Implementation stream

Detailed Description

template<typename Implementation>
class ecl::StreamConcept< Implementation >

Defines validating functionality for the streams concept.

This only requires very minimal level functionality for streams, most std io streams as well as the ecl streams will work with it.

Definition at line 38 of file streams.hpp.


Member Function Documentation

template<typename Implementation >
ecl::StreamConcept< Implementation >::ecl_compile_time_concept_test ( StreamConcept< Implementation >  ) [inline]

Implements a concept test for streams.

The following conditions are required by streams:

  • operator<< : a streaming operator which works on at least, chars.
  • flush() : a method for flushing the stream to the underlying device.

Definition at line 49 of file streams.hpp.


Member Data Documentation

template<typename Implementation >
Implementation ecl::StreamConcept< Implementation >::stream [private]

Definition at line 58 of file streams.hpp.


The documentation for this class was generated from the following file:


ecl_concepts
Author(s): Daniel Stonier
autogenerated on Thu Jun 6 2019 21:17:33