Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
Public Attributes | List of all members
shamalgs::atomic::DynamicId< int_t > Class Template Reference

Object returned by DynamicIdGenerator containing information about the worker affected id. More...

#include <shamalgs/include/shamalgs/atomic/DynamicIdGenerator.hpp>

Public Attributes

int_t is_main_thread
 
int_t dyn_group_id
 
int_t dyn_global_id
 

Detailed Description

template<class int_t>
class shamalgs::atomic::DynamicId< int_t >

Object returned by DynamicIdGenerator containing information about the worker affected id.

Template Parameters
int_t

Definition at line 70 of file DynamicIdGenerator.hpp.

Member Data Documentation

◆ dyn_global_id

template<class int_t >
int_t shamalgs::atomic::DynamicId< int_t >::dyn_global_id

Definition at line 74 of file DynamicIdGenerator.hpp.

◆ dyn_group_id

template<class int_t >
int_t shamalgs::atomic::DynamicId< int_t >::dyn_group_id

Definition at line 73 of file DynamicIdGenerator.hpp.

◆ is_main_thread

template<class int_t >
int_t shamalgs::atomic::DynamicId< int_t >::is_main_thread

Definition at line 72 of file DynamicIdGenerator.hpp.


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