![]() |
Sorting Network Search
Backtracking for Small Sorting Networks
|
Task. More...
#include <Task.h>
Public Member Functions | |
CTask (CSearchable *) | |
Default constructor. More... | |
virtual void | Perform () |
Perform the task. More... | |
size_t | GetCount () |
Get count. More... | |
Private Attributes | |
CSearchable * | m_pSearch = nullptr |
Searchable sorting network. More... | |
This task descriptor, derived from CBaseTask
, overrides the CBaseTask::Perform()
function.
CTask::CTask | ( | CSearchable * | p | ) |
size_t CTask::GetCount | ( | ) |
|
virtual |
|
private |