rippled
Public Member Functions | Private Attributes | List of all members
ripple::PeerFinder::Sim::FunctionQueue::Work< Function > Class Template Reference
Inheritance diagram for ripple::PeerFinder::Sim::FunctionQueue::Work< Function >:
Inheritance graph
[legend]
Collaboration diagram for ripple::PeerFinder::Sim::FunctionQueue::Work< Function >:
Collaboration graph
[legend]

Public Member Functions

 Work (Function f)
 
void operator() ()
 

Private Attributes

Function m_f
 

Detailed Description

template<typename Function>
class ripple::PeerFinder::Sim::FunctionQueue::Work< Function >

Definition at line 45 of file FunctionQueue.h.

Constructor & Destructor Documentation

◆ Work()

template<typename Function >
ripple::PeerFinder::Sim::FunctionQueue::Work< Function >::Work ( Function  f)
explicit

Definition at line 48 of file FunctionQueue.h.

Member Function Documentation

◆ operator()()

template<typename Function >
void ripple::PeerFinder::Sim::FunctionQueue::Work< Function >::operator() ( )
virtual

Implements ripple::PeerFinder::Sim::FunctionQueue::BasicWork.

Definition at line 52 of file FunctionQueue.h.

Member Data Documentation

◆ m_f

template<typename Function >
Function ripple::PeerFinder::Sim::FunctionQueue::Work< Function >::m_f
private

Definition at line 58 of file FunctionQueue.h.