Home ⌂Doc Index ◂Up ▴
Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::auto_partitioner Class Reference

An auto partitioner. More...

#include <partitioner.h>

Collaboration diagram for tbb::auto_partitioner:

Public Member Functions

 auto_partitioner ()
 

Private Types

typedef interface9::internal::old_auto_partition_type partition_type
 
typedef interface9::internal::auto_partition_type task_partition_type
 
typedef interface9::internal::auto_partition_type::split_type split_type
 

Friends

template<typename Range , typename Body , typename Partitioner >
class serial::interface9::start_for
 
template<typename Range , typename Body , typename Partitioner >
class interface9::internal::start_for
 
template<typename Range , typename Body , typename Partitioner >
class interface9::internal::start_reduce
 
template<typename Range , typename Body , typename Partitioner >
class internal::start_scan
 

Detailed Description

An auto partitioner.

The range is initial divided into several large chunks. Chunks are further subdivided into smaller pieces if demand detected and they are divisible.

Definition at line 613 of file partitioner.h.

Member Typedef Documentation

◆ partition_type

◆ split_type

typedef interface9::internal::auto_partition_type::split_type tbb::auto_partitioner::split_type
private

Definition at line 628 of file partitioner.h.

◆ task_partition_type

Constructor & Destructor Documentation

◆ auto_partitioner()

tbb::auto_partitioner::auto_partitioner ( )
inline

Definition at line 615 of file partitioner.h.

615 {}

Friends And Related Function Documentation

◆ interface9::internal::start_for

template<typename Range , typename Body , typename Partitioner >
friend class interface9::internal::start_for
friend

Definition at line 619 of file partitioner.h.

◆ interface9::internal::start_reduce

template<typename Range , typename Body , typename Partitioner >
friend class interface9::internal::start_reduce
friend

Definition at line 620 of file partitioner.h.

◆ internal::start_scan

template<typename Range , typename Body , typename Partitioner >
friend class internal::start_scan
friend

Definition at line 621 of file partitioner.h.

◆ serial::interface9::start_for

template<typename Range , typename Body , typename Partitioner >
friend class serial::interface9::start_for
friend

Definition at line 618 of file partitioner.h.


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

Copyright © 2005-2020 Intel Corporation. All Rights Reserved.

Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are registered trademarks or trademarks of Intel Corporation or its subsidiaries in the United States and other countries.

* Other names and brands may be claimed as the property of others.