Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
ParallelTest Class Reference
Inheritance diagram for ParallelTest:
[legend]
Collaboration diagram for ParallelTest:
[legend]

Protected Member Functions

void SetUp () override
 

Protected Attributes

ThreadPool pool {4}
 
std::vector< intempty_vec
 
std::vector< intsingle_vec = {42}
 
std::vector< intsmall_vec = {1, 2, 3, 4, 5}
 
std::vector< intlarge_vec
 

Detailed Description

Definition at line 57 of file ah_parallel_test.cc.

Member Function Documentation

◆ SetUp()

void ParallelTest::SetUp ( )
inlineoverrideprotected

Definition at line 67 of file ah_parallel_test.cc.

References large_vec.

Member Data Documentation

◆ empty_vec

std::vector<int> ParallelTest::empty_vec
protected

Definition at line 62 of file ah_parallel_test.cc.

◆ large_vec

std::vector<int> ParallelTest::large_vec
protected

Definition at line 65 of file ah_parallel_test.cc.

Referenced by SetUp().

◆ pool

ThreadPool ParallelTest::pool {4}
protected

Definition at line 60 of file ah_parallel_test.cc.

◆ single_vec

std::vector<int> ParallelTest::single_vec = {42}
protected

Definition at line 63 of file ah_parallel_test.cc.

◆ small_vec

std::vector<int> ParallelTest::small_vec = {1, 2, 3, 4, 5}
protected

Definition at line 64 of file ah_parallel_test.cc.


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