Peano
Loading...
Searching...
No Matches
tarch::multicore::TaskComparison Class Reference

Helper class if you wanna administer tasks with in a queue. More...

#include <Task.h>

Public Member Functions

bool operator() (const Task &lhs, const Task &rhs) const
 
bool operator() (Task *lhs, Task *rhs) const
 

Detailed Description

Helper class if you wanna administer tasks with in a queue.

It is a convenient class as it works both with real objects or with pointers.

Definition at line 159 of file Task.h.

Member Function Documentation

◆ operator()() [1/2]

bool tarch::multicore::TaskComparison::operator() ( const Task & lhs,
const Task & rhs ) const

Definition at line 21 of file Task.cpp.

◆ operator()() [2/2]

bool tarch::multicore::TaskComparison::operator() ( Task * lhs,
Task * rhs ) const

Definition at line 23 of file Task.cpp.


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