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

Validates functionality for the input char device concept. More...

#include <devices.hpp>

List of all members.

Public Member Functions

 ecl_compile_time_concept_test (InputCharDeviceConcept)
 Implements a concept test for input devices.

Private Attributes

Implementation input_char_device

Detailed Description

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

Validates functionality for the input char device concept.

This checks if a device can handle input of char types.

Definition at line 39 of file devices.hpp.


Member Function Documentation

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

Implements a concept test for input devices.

The following conditions are required by input devices:

  • long read(char &c) : read a single character from the device buffer.
  • long read(char *s, unsigned long n) : read a char buffer from the device buffer.

Definition at line 49 of file devices.hpp.


Member Data Documentation

template<typename Implementation >
Implementation ecl::InputCharDeviceConcept< Implementation >::input_char_device [private]

Definition at line 64 of file devices.hpp.


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


ecl_concepts
Author(s): Daniel Stonier (d.stonier@gmail.com)
autogenerated on Thu Jan 2 2014 11:12:03