|
dune-common
2.3.1
|
An index present on the local process. More...
#include <dune/common/parallel/localindex.hh>
Public Member Functions | |
| LocalIndex () | |
| Constructor. known to other processes. More... | |
| LocalIndex (std::size_t index) | |
| Constructor. More... | |
| const std::size_t & | local () const |
| get the local index. More... | |
| operator std::size_t () const | |
| Convert to the local index represented by an int. More... | |
| LocalIndex & | operator= (std::size_t index) |
| Assign a new local index. More... | |
| LocalIndexState | state () const |
| Get the state. More... | |
| void | setState (LocalIndexState state) |
| Set the state. More... | |
An index present on the local process.
|
inline |
Constructor. known to other processes.
|
inline |
Constructor.
| index | The value of the index. |
1.8.7