Public Types

segment_iterators< Config, cell_level, cell_level > Struct Template Reference

Segment iterator type retrieval for cells. More...

#include <segment_iterators.hpp>

Public Types

typedef segment_t< Config > segment_type
typedef element_t< Config,
typename Config::cell_tag > 
cell_type
typedef
result_of::element_container
< segment_type,
Config::cell_tag::dim >::type 
container_type
typedef container_type::iterator iterator
typedef
container_type::const_iterator 
const_iterator

Detailed Description

template<typename Config, long cell_level>
struct viennagrid::segment_iterators< Config, cell_level, cell_level >

Segment iterator type retrieval for cells.


Member Typedef Documentation

typedef element_t<Config, typename Config::cell_tag> cell_type
typedef container_type::const_iterator const_iterator
typedef result_of::element_container<segment_type, Config::cell_tag::dim>::type container_type
typedef container_type::iterator iterator
typedef segment_t<Config> segment_type

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