Public Member Functions | Private Attributes | List of all members
ecl::DynamicContainerConcept< Implementation > Class Template Reference

Defines validating functionality for the dynamic container concept. More...

#include <containers.hpp>

Public Member Functions

 ecl_compile_time_concept_test (DynamicContainerConcept)
 Implements a concept test for containers. More...
 

Private Attributes

Implementation container
 
Implementation::iterator iter
 

Detailed Description

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

Defines validating functionality for the dynamic container concept.

Definition at line 69 of file containers.hpp.

Member Function Documentation

template<typename Implementation >
ecl::DynamicContainerConcept< Implementation >::ecl_compile_time_concept_test ( DynamicContainerConcept< Implementation >  )
inline

Implements a concept test for containers.

The following conditions are required by 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.
  • resize(int) : a method for resizing the container.
  • value_type : a typedef for the element type stored in the container.

Definition at line 83 of file containers.hpp.

Member Data Documentation

template<typename Implementation >
Implementation ecl::DynamicContainerConcept< Implementation >::container
private

Definition at line 96 of file containers.hpp.

template<typename Implementation >
Implementation::iterator ecl::DynamicContainerConcept< Implementation >::iter
private

Definition at line 97 of file containers.hpp.


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


ecl_concepts
Author(s): Daniel Stonier
autogenerated on Mon Jun 10 2019 13:08:20