walberla::domain_decomposition::internal::SharedSweep< T > Class Template Reference

#include <SharedSweep.h>

Public Member Functions

 SharedSweep (const shared_ptr< T > &sweepPtr)
 
void operator() (IBlock *const block)
 

Private Attributes

shared_ptr< T > sweepPtr_
 

Constructor & Destructor Documentation

◆ SharedSweep()

template<typename T >
walberla::domain_decomposition::internal::SharedSweep< T >::SharedSweep ( const shared_ptr< T > &  sweepPtr)
inline

Member Function Documentation

◆ operator()()

template<typename T >
void walberla::domain_decomposition::internal::SharedSweep< T >::operator() ( IBlock *const  block)
inline

Member Data Documentation

◆ sweepPtr_

template<typename T >
shared_ptr<T> walberla::domain_decomposition::internal::SharedSweep< T >::sweepPtr_
private

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