BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Member Functions | List of all members
fc::thread_d::task_priority_less Struct Reference

#include <thread_d.hpp>

Public Member Functions

bool operator() (const task_base *a, const task_base *b) const
 
bool operator() (const task_base *a, const context *b) const
 
bool operator() (const context *a, const task_base *b) const
 
bool operator() (const context *a, const context *b) const
 

Detailed Description

Definition at line 211 of file thread_d.hpp.

Member Function Documentation

◆ operator()() [1/4]

bool fc::thread_d::task_priority_less::operator() ( const context a,
const context b 
) const
inline

Definition at line 231 of file thread_d.hpp.

◆ operator()() [2/4]

bool fc::thread_d::task_priority_less::operator() ( const context a,
const task_base b 
) const
inline

Definition at line 225 of file thread_d.hpp.

◆ operator()() [3/4]

bool fc::thread_d::task_priority_less::operator() ( const task_base a,
const context b 
) const
inline

Definition at line 219 of file thread_d.hpp.

◆ operator()() [4/4]

bool fc::thread_d::task_priority_less::operator() ( const task_base a,
const task_base b 
) const
inline

Definition at line 213 of file thread_d.hpp.


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