NeoPZ
Public Attributes | List of all members
pz::thread_arg< body_t > Struct Template Reference

#include <pzparallel.h>

Public Attributes

int i
 
body_t * obj
 

Detailed Description

template<typename body_t>
struct pz::thread_arg< body_t >

Definition at line 11 of file pzparallel.h.

Member Data Documentation

◆ i

template<typename body_t>
int pz::thread_arg< body_t >::i

Definition at line 12 of file pzparallel.h.

Referenced by pz::parallel_for(), and pz::thread_work().

◆ obj

template<typename body_t>
body_t* pz::thread_arg< body_t >::obj

Definition at line 13 of file pzparallel.h.

Referenced by pz::parallel_for(), and pz::thread_work().


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