#include <wnodectx.h>
Public Member Functions | |
work_node_context () | |
work_node_context (const work_node *_i) | |
work_node_context (const work_node_context &_w) | |
virtual | ~work_node_context () |
work_node_context & | operator= (const work_node_context &_w) |
const work_node * | wn () const |
Definition at line 42 of file wnodectx.h.
coco::work_node_context::work_node_context | ( | ) | [inline] |
Standard Constructor
Definition at line 50 of file wnodectx.h.
coco::work_node_context::work_node_context | ( | const work_node * | _i | ) | [inline] |
Constructor which initializes the work_node to _i
.
Definition at line 52 of file wnodectx.h.
coco::work_node_context::work_node_context | ( | const work_node_context & | _w | ) | [inline] |
Standard Copy Constructor
Definition at line 54 of file wnodectx.h.
virtual coco::work_node_context::~work_node_context | ( | ) | [inline, virtual] |
Standard Destructor
Definition at line 56 of file wnodectx.h.
work_node_context& coco::work_node_context::operator= | ( | const work_node_context & | _w | ) | [inline] |
Standard Assignment Operator
Definition at line 59 of file wnodectx.h.
const work_node* coco::work_node_context::wn | ( | ) | const [inline] |
This method returns a global pointer to the work_node of this context.
Definition at line 64 of file wnodectx.h.