#include <sgraphctx.h>
Public Member Functions | |
search_graph_context () | |
search_graph_context (const gptr< search_graph > *_i) | |
search_graph_context (search_graph &_i) | |
search_graph_context (const search_graph_context &_s) | |
virtual | ~search_graph_context () |
search_graph_context & | operator= (const search_graph_context &_s) |
const gptr< search_graph > * | sg () const |
Definition at line 44 of file sgraphctx.h.
coco::search_graph_context::search_graph_context | ( | ) | [inline] |
Standard Constructor
Definition at line 54 of file sgraphctx.h.
coco::search_graph_context::search_graph_context | ( | const gptr< search_graph > * | _i | ) | [inline] |
Constructor which initializes the search_graph to _i
.
Definition at line 56 of file sgraphctx.h.
coco::search_graph_context::search_graph_context | ( | search_graph & | _i | ) | [inline] |
Constructor which initializes the search_graph to _i
.
Definition at line 58 of file sgraphctx.h.
coco::search_graph_context::search_graph_context | ( | const search_graph_context & | _s | ) | [inline] |
Standard Copy Constructor
Definition at line 61 of file sgraphctx.h.
virtual coco::search_graph_context::~search_graph_context | ( | ) | [inline, virtual] |
Standard Destructor
Definition at line 64 of file sgraphctx.h.
search_graph_context& coco::search_graph_context::operator= | ( | const search_graph_context & | _s | ) | [inline] |
Standard Assignment Operator
Definition at line 67 of file sgraphctx.h.
const gptr<search_graph>* coco::search_graph_context::sg | ( | ) | const [inline] |
This method returns a global pointer to the search_graph of this context.
Definition at line 72 of file sgraphctx.h.