|
dune-fem 2.12-git
|
Please doc me. More...
#include <dune/fem/space/basisfunctionset/hpdg/typemap.hh>

Public Types | |
| typedef Container::value_type | value_type |
| value type | |
| typedef Container::reference | reference |
| reference type | |
| typedef Container::const_reference | const_reference |
| const reference type | |
| typedef Container::pointer | pointer |
| pointer type | |
| typedef Container::const_pointer | const_pointer |
| const pointer type | |
| typedef Container::iterator | iterator |
| iterator type | |
| typedef Container::const_iterator | const_iterator |
| const iterator type | |
| typedef Container::size_type | size_type |
| size type | |
| typedef Container::difference_type | difference_type |
| difference type | |
| typedef value_type | Value |
| value type | |
| typedef iterator | Iterator |
| iterator type | |
| typedef const_iterator | ConstIterator |
| iterator type | |
| typedef size_type | Size |
| size type | |
Public Member Functions | |
Iterators | |
| Iterator | begin () noexcept |
| return iterator to beginning | |
| ConstIterator | begin () const noexcept |
| return iterator to beginning | |
| Iterator | end () noexcept |
| return iterator to end | |
| ConstIterator | end () const noexcept |
| return iterator to end | |
| ConstIterator | cbegin () const noexcept |
| return const_iterator to beginning | |
| ConstIterator | cend () const noexcept |
| return const_iterator to end | |
| GeometryType | type (Iterator iterator) const |
| return geometry type from given iterator | |
| GeometryType | type (ConstIterator iterator) const |
| return geometry type from given iterator | |
Element access | |
| Value & | operator[] (const GeometryType &type) |
| access element | |
| const Value & | operator[] (const GeometryType &type) const |
| access element | |
| Value & | at (const GeometryType &type) |
| access element | |
| const Value & | at (const GeometryType &type) const |
| access element | |
| Value & | front () |
| access first element | |
| const Value & | front () const |
| access first element | |
| Value & | back () |
| access last element | |
| const Value & | back () const |
| access last element | |
| Value * | data () noexcept |
| get pointer to data | |
| const Value * | data () const noexcept |
| get pointer to data | |
Modifiers | |
| void | fill (const Value &value) |
| fill container with value | |
| void | swap (This &other) noexcept(noexcept(swap(std::declval< Value & >(), std::declval< Value & >()))) |
| swap content | |
Static Public Member Functions | |
Capacity | |
| static constexpr Size | size () noexcept |
| return size | |
| static constexpr Size | max_size () noexcept |
| return maximum size | |
| static constexpr bool | empty () noexcept |
| test whether container is empty | |
Detailed Description
class Dune::Fem::hpDG::GlobalGeometryTypeMap< T, maxdim, regular >
Please doc me.
- Template Parameters
-
T value type maxdim maximum dimension regular include geometry type 'none'
Member Typedef Documentation
◆ const_iterator
|
inherited |
const iterator type
◆ const_pointer
|
inherited |
const pointer type
◆ const_reference
|
inherited |
const reference type
◆ ConstIterator
|
inherited |
iterator type
◆ difference_type
|
inherited |
difference type
◆ iterator
|
inherited |
iterator type
◆ Iterator
|
inherited |
iterator type
◆ pointer
|
inherited |
pointer type
◆ reference
|
inherited |
reference type
◆ Size
|
inherited |
size type
◆ size_type
|
inherited |
size type
◆ Value
|
inherited |
value type
◆ value_type
|
inherited |
value type
Member Function Documentation
◆ at() [1/2]
|
inlineinherited |
access element
◆ at() [2/2]
|
inlineinherited |
access element
◆ back() [1/2]
|
inlineinherited |
access last element
◆ back() [2/2]
|
inlineinherited |
access last element
◆ begin() [1/2]
|
inlinenoexceptinherited |
return iterator to beginning
◆ begin() [2/2]
|
inlinenoexceptinherited |
return iterator to beginning
◆ cbegin()
|
inlinenoexceptinherited |
return const_iterator to beginning
◆ cend()
|
inlinenoexceptinherited |
return const_iterator to end
◆ data() [1/2]
|
inlinenoexceptinherited |
get pointer to data
◆ data() [2/2]
|
inlinenoexceptinherited |
get pointer to data
◆ empty()
|
inlinestaticconstexprnoexceptinherited |
test whether container is empty
◆ end() [1/2]
|
inlinenoexceptinherited |
return iterator to end
◆ end() [2/2]
|
inlinenoexceptinherited |
return iterator to end
◆ fill()
|
inlineinherited |
fill container with value
◆ front() [1/2]
|
inlineinherited |
access first element
◆ front() [2/2]
|
inlineinherited |
access first element
◆ max_size()
|
inlinestaticconstexprnoexceptinherited |
return maximum size
◆ operator[]() [1/2]
|
inlineinherited |
access element
◆ operator[]() [2/2]
|
inlineinherited |
access element
◆ size()
|
inlinestaticconstexprnoexceptinherited |
return size
◆ swap()
|
inlinenoexceptinherited |
swap content
◆ type() [1/2]
|
inlineinherited |
return geometry type from given iterator
◆ type() [2/2]
|
inlineinherited |
return geometry type from given iterator
The documentation for this class was generated from the following file:
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8