A TreePath that stores the path of a node as runtime information.
More...
#include <dune/typetree/treepath.hh>
|
std::size_t | size () const |
| Get the size (length) of this path.
|
|
std::size_t | element (std::size_t pos) const |
| Get the index value at position pos.
|
|
std::size_t | back () const |
| Get the last index value.
|
|
std::size_t | front () const |
| Get the first index value.
|
|
A TreePath that stores the path of a node as runtime information.
◆ back()
std::size_t Dune::TypeTree::DynamicTreePath::back |
( |
| ) |
const |
|
inline |
Get the last index value.
◆ element()
std::size_t Dune::TypeTree::DynamicTreePath::element |
( |
std::size_t |
pos | ) |
const |
|
inline |
Get the index value at position pos.
◆ front()
std::size_t Dune::TypeTree::DynamicTreePath::front |
( |
| ) |
const |
|
inline |
Get the first index value.
◆ size()
std::size_t Dune::TypeTree::DynamicTreePath::size |
( |
| ) |
const |
|
inline |
Get the size (length) of this path.
The documentation for this class was generated from the following file: