BioDynaMo
v1.05.120-25dc9790
|
#include <shared_data.h>
Public Member Functions | |
Iterator & | operator++ () |
bool | operator== (const Iterator &other) |
bool | operator!= (const Iterator &other) |
T & | operator* () |
const T & | operator* () const |
Public Attributes | |
uint64_t | index |
Data * | data |
Definition at line 78 of file shared_data.h.
|
inline |
Definition at line 88 of file shared_data.h.
|
inline |
Definition at line 89 of file shared_data.h.
|
inline |
Definition at line 90 of file shared_data.h.
|
inline |
Definition at line 81 of file shared_data.h.
|
inline |
Definition at line 85 of file shared_data.h.
Data* bdm::SharedData< T >::Iterator::data |
Definition at line 80 of file shared_data.h.
uint64_t bdm::SharedData< T >::Iterator::index |
Definition at line 79 of file shared_data.h.