Public Types | Public Member Functions

domain_layers< Config, 0, is_cell, STOR > Class Template Reference

Specialization for the vertex level. Terminates the recursive inheritance. More...

#include <domain_layers.hpp>

Public Types

typedef Config config_type
typedef std::size_t size_type

Public Member Functions

element_typepush_back (element_type const &e)
element_typepush_back (PointType const &p)
container_type * container (dimension_tag< 0 >)
const container_type * container (dimension_tag< 0 >) const

Detailed Description

template<typename Config, bool is_cell, typename STOR>
class viennagrid::detail::domain_layers< Config, 0, is_cell, STOR >

Specialization for the vertex level. Terminates the recursive inheritance.


Member Typedef Documentation

typedef Config config_type
typedef std::size_t size_type

Member Function Documentation

container_type* container ( dimension_tag< 0 >   )  [inline]
const container_type* container ( dimension_tag< 0 >   )  const [inline]
element_type* push_back ( element_type const &  e  )  [inline]
element_type* push_back ( PointType const &  p  )  [inline]

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