nndeploy C++ API  0.2.0
nndeploy C++ API
Public Member Functions | List of all members
nndeploy::thread_pool::ParallelLoopBody Class Referenceabstract

Base class for parallel data processors. More...

#include <parallel.h>

Public Member Functions

virtual void operator() (const base::Range &range) const =0
 
virtual ~ParallelLoopBody ()
 

Detailed Description

Base class for parallel data processors.

Definition at line 25 of file parallel.h.

Constructor & Destructor Documentation

◆ ~ParallelLoopBody()

virtual nndeploy::thread_pool::ParallelLoopBody::~ParallelLoopBody ( )
inlinevirtual

Definition at line 27 of file parallel.h.

Member Function Documentation

◆ operator()()

virtual void nndeploy::thread_pool::ParallelLoopBody::operator() ( const base::Range range) const
pure virtual

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