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

Defines validating functionality for the signed byte container concept. More...

#include <containers.hpp>

List of all members.

Public Member Functions

 ecl_compile_time_concept_test (SignedByteContainerConcept)
 Implements a concept test for byte containers.

Private Attributes

Implementation container
Implementation::iterator iter

Detailed Description

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

Defines validating functionality for the signed byte container concept.

Definition at line 277 of file containers.hpp.


Member Function Documentation

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

Implements a concept test for byte containers.

The following conditions are required by byte containers:

  • begin() : a method for retrieving a pointer/iterator to the start of the container.
  • end() : a method for retrieving a pointer/iterator to the end of the container.
  • size() : a method for retrieving the number of elements stored in the container.
  • value_type : a typedef for the element type stored in the container, must be signed char.

Definition at line 289 of file containers.hpp.


Member Data Documentation

template<typename Implementation >
Implementation ecl::SignedByteContainerConcept< Implementation >::container [private]

Definition at line 304 of file containers.hpp.

template<typename Implementation >
Implementation::iterator ecl::SignedByteContainerConcept< Implementation >::iter [private]

Definition at line 305 of file containers.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