NEURON
WorkItem Class Reference

Public Member Functions

 WorkItem (int id, MessageValue *)
 
virtual ~WorkItem ()
 
bool todo_less_than (const WorkItem *) const
 

Public Attributes

WorkItemparent_
 
int id_
 
MessageValueval_
 

Detailed Description

Definition at line 20 of file bbslsrv.cpp.

Constructor & Destructor Documentation

◆ WorkItem()

WorkItem::WorkItem ( int  id,
MessageValue m 
)

Definition at line 49 of file bbslsrv.cpp.

◆ ~WorkItem()

WorkItem::~WorkItem ( )
virtual

Definition at line 59 of file bbslsrv.cpp.

Member Function Documentation

◆ todo_less_than()

bool WorkItem::todo_less_than ( const WorkItem w) const

Definition at line 66 of file bbslsrv.cpp.

Member Data Documentation

◆ id_

int WorkItem::id_

Definition at line 25 of file bbslsrv.cpp.

◆ parent_

WorkItem* WorkItem::parent_

Definition at line 24 of file bbslsrv.cpp.

◆ val_

MessageValue* WorkItem::val_

Definition at line 26 of file bbslsrv.cpp.


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