|
GAMS
1.2.2
|
A container for search area information. More...
#include <SearchArea.h>
Public Member Functions | |
| SearchArea () | |
| Constructor. More... | |
| ~SearchArea () | |
| Destructor. More... | |
| void | init_vars (madara::knowledge::KnowledgeBase &knowledge, const std::string &area_name="0") |
| Initializes variable containers. More... | |
| void | init_vars (madara::knowledge::Variables &knowledge, const std::string &area_name="0") |
| Initializes variable containers. More... | |
| void | operator= (const SearchArea &rhs) |
| Assignment operator. More... | |
Public Attributes | |
| std::string | name |
| region that the named search area points to More... | |
A container for search area information.
Definition at line 69 of file SearchArea.h.
| gams::variables::SearchArea::SearchArea | ( | ) |
Constructor.
| gams::variables::SearchArea::~SearchArea | ( | ) |
Destructor.
| void gams::variables::SearchArea::init_vars | ( | madara::knowledge::KnowledgeBase & | knowledge, |
| const std::string & | area_name = "0" |
||
| ) |
Initializes variable containers.
| knowledge | the knowledge base that houses the variables |
| area_name | name of the area |
| void gams::variables::SearchArea::init_vars | ( | madara::knowledge::Variables & | knowledge, |
| const std::string & | area_name = "0" |
||
| ) |
Initializes variable containers.
| knowledge | the variable context |
| area_name | name of the area |
| void gams::variables::SearchArea::operator= | ( | const SearchArea & | rhs | ) |
Assignment operator.
| rhs | values to copy |
| std::string gams::variables::SearchArea::name |
region that the named search area points to
name of the search area
Definition at line 108 of file SearchArea.h.