dune-fem 2.8.0
|
Please doc me. More...
#include <dune/fem/space/basisfunctionset/hpdg/typemap.hh>
Public Types | |
typedef Container::value_type | value_type |
value type More... | |
typedef Container::reference | reference |
reference type More... | |
typedef Container::const_reference | const_reference |
const reference type More... | |
typedef Container::pointer | pointer |
pointer type More... | |
typedef Container::const_pointer | const_pointer |
const pointer type More... | |
typedef Container::iterator | iterator |
iterator type More... | |
typedef Container::const_iterator | const_iterator |
const iterator type More... | |
typedef Container::size_type | size_type |
size type More... | |
typedef Container::difference_type | difference_type |
difference type More... | |
typedef value_type | Value |
value type More... | |
typedef iterator | Iterator |
iterator type More... | |
typedef const_iterator | ConstIterator |
iterator type More... | |
typedef size_type | Size |
size type More... | |
Public Member Functions | |
Iterators | |
Iterator | begin () noexcept |
return iterator to beginning More... | |
ConstIterator | begin () const noexcept |
return iterator to beginning More... | |
Iterator | end () noexcept |
return iterator to end More... | |
ConstIterator | end () const noexcept |
return iterator to end More... | |
ConstIterator | cbegin () const noexcept |
return const_iterator to beginning More... | |
ConstIterator | cend () const noexcept |
return const_iterator to end More... | |
GeometryType | type (Iterator iterator) const |
return geometry type from given iterator More... | |
GeometryType | type (ConstIterator iterator) const |
return geometry type from given iterator More... | |
Element access | |
Value & | operator[] (const GeometryType &type) |
access element More... | |
const Value & | operator[] (const GeometryType &type) const |
access element More... | |
Value & | at (const GeometryType &type) |
access element More... | |
const Value & | at (const GeometryType &type) const |
access element More... | |
Value & | front () |
access first element More... | |
const Value & | front () const |
access first element More... | |
Value & | back () |
access last element More... | |
const Value & | back () const |
access last element More... | |
Value * | data () noexcept |
get pointer to data More... | |
const Value * | data () const noexcept |
get pointer to data More... | |
Modifiers | |
void | fill (const Value &value) |
fill container with value More... | |
void | swap (This &other) noexcept(noexcept(swap(std::declval< Value & >(), std::declval< Value & >()))) |
swap content More... | |
Static Public Member Functions | |
Capacity | |
static constexpr Size | size () noexcept |
return size More... | |
static constexpr Size | max_size () noexcept |
return maximum size More... | |
static constexpr bool | empty () noexcept |
test whether container is empty More... | |
Please doc me.
T | value type |
dim | dimension |
regular | include geometry type 'none' |
|
inherited |
const iterator type
|
inherited |
const pointer type
|
inherited |
const reference type
|
inherited |
iterator type
|
inherited |
difference type
|
inherited |
iterator type
|
inherited |
iterator type
|
inherited |
pointer type
|
inherited |
reference type
|
inherited |
size type
|
inherited |
size type
|
inherited |
value type
|
inherited |
value type
|
inlineinherited |
access element
|
inlineinherited |
access element
|
inlineinherited |
access last element
|
inlineinherited |
access last element
|
inlinenoexceptinherited |
return iterator to beginning
|
inlinenoexceptinherited |
return iterator to beginning
|
inlinenoexceptinherited |
return const_iterator to beginning
|
inlinenoexceptinherited |
return const_iterator to end
|
inlinenoexceptinherited |
get pointer to data
|
inlinenoexceptinherited |
get pointer to data
|
inlinestaticconstexprnoexceptinherited |
test whether container is empty
|
inlinenoexceptinherited |
return iterator to end
|
inlinenoexceptinherited |
return iterator to end
|
inlineinherited |
fill container with value
|
inlineinherited |
access first element
|
inlineinherited |
access first element
|
inlinestaticconstexprnoexceptinherited |
return maximum size
|
inlineinherited |
access element
|
inlineinherited |
access element
|
inlinestaticconstexprnoexceptinherited |
return size
|
inlinenoexceptinherited |
swap content
|
inlineinherited |
return geometry type from given iterator
|
inlineinherited |
return geometry type from given iterator