libMesh::Threads::RangeBody< Range, Body > Class Template Reference

#include <threads_pthread.h>

Public Attributes

Range * range
 
Body * body
 

Detailed Description

template<typename Range, typename Body>
class libMesh::Threads::RangeBody< Range, Body >

Definition at line 221 of file threads_pthread.h.

Member Data Documentation

◆ body

template<typename Range, typename Body>
Body* libMesh::Threads::RangeBody< Range, Body >::body

Definition at line 225 of file threads_pthread.h.

Referenced by libMesh::Threads::run_body().

◆ range

template<typename Range, typename Body>
Range* libMesh::Threads::RangeBody< Range, Body >::range

Definition at line 224 of file threads_pthread.h.

Referenced by libMesh::Threads::run_body().


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