BioDynaMo  v1.05.119-a4ff3934
Public Member Functions | Public Attributes | List of all members
bdm::SharedData< T >::Iterator Struct Reference

#include <shared_data.h>

Public Member Functions

Iteratoroperator++ ()
 
bool operator== (const Iterator &other)
 
bool operator!= (const Iterator &other)
 
T & operator* ()
 
const T & operator* () const
 

Public Attributes

uint64_t index
 
Datadata
 

Detailed Description

template<typename T>
struct bdm::SharedData< T >::Iterator

Definition at line 78 of file shared_data.h.

Member Function Documentation

◆ operator!=()

template<typename T >
bool bdm::SharedData< T >::Iterator::operator!= ( const Iterator other)
inline

Definition at line 88 of file shared_data.h.

◆ operator*() [1/2]

template<typename T >
T& bdm::SharedData< T >::Iterator::operator* ( )
inline

Definition at line 89 of file shared_data.h.

◆ operator*() [2/2]

template<typename T >
const T& bdm::SharedData< T >::Iterator::operator* ( ) const
inline

Definition at line 90 of file shared_data.h.

◆ operator++()

template<typename T >
Iterator& bdm::SharedData< T >::Iterator::operator++ ( )
inline

Definition at line 81 of file shared_data.h.

◆ operator==()

template<typename T >
bool bdm::SharedData< T >::Iterator::operator== ( const Iterator other)
inline

Definition at line 85 of file shared_data.h.

Member Data Documentation

◆ data

template<typename T >
Data* bdm::SharedData< T >::Iterator::data

Definition at line 80 of file shared_data.h.

◆ index

template<typename T >
uint64_t bdm::SharedData< T >::Iterator::index

Definition at line 79 of file shared_data.h.


The documentation for this struct was generated from the following file: