|
MGIS
|
#include <string>#include <vector>#include <string_view>#include "MGIS/Config.hxx"#include "MGIS/Behaviour/Hypothesis.hxx"Classes | |
| struct | mgis::behaviour::Variable |
| structure describing a variable More... | |
Namespaces | |
| namespace | mgis |
the namespace mgis encloses all the MGIS project. | |
Functions | |
| MGIS_EXPORT bool | mgis::behaviour::contains (const std::vector< Variable > &, const std::string_view) |
| MGIS_EXPORT const Variable & | mgis::behaviour::getVariable (const std::vector< Variable > &, const std::string_view) |
| MGIS_EXPORT Variable::Type | mgis::behaviour::getVariableType (const int) |
| MGIS_EXPORT std::string | mgis::behaviour::getVariableTypeSymbolicRepresentation (const int) |
| MGIS_EXPORT size_type | mgis::behaviour::getVariableSize (const Variable &, const Hypothesis) |
| MGIS_EXPORT size_type | mgis::behaviour::getArraySize (const std::vector< Variable > &, const Hypothesis) |
| MGIS_EXPORT size_type | mgis::behaviour::getVariableOffset (const std::vector< Variable > &, const std::string_view, const Hypothesis) |
| MGIS_EXPORT std::string | mgis::behaviour::getVariableTypeAsString (const Variable &) |
| MGIS_EXPORT bool mgis::behaviour::contains | ( | const std::vector< Variable > & | , |
| const std::string_view | |||
| ) |
| [in] | vs | variables |
| [in] | n | name |
| MGIS_EXPORT size_type mgis::behaviour::getArraySize | ( | const std::vector< Variable > & | , |
| const Hypothesis | |||
| ) |
| [in] | vs | variables |
| [in] | h | modelling hypothesis |
| MGIS_EXPORT const Variable & mgis::behaviour::getVariable | ( | const std::vector< Variable > & | , |
| const std::string_view | |||
| ) |
| [in] | vs | variables |
| [in] | n | name |
| MGIS_EXPORT size_type mgis::behaviour::getVariableOffset | ( | const std::vector< Variable > & | , |
| const std::string_view | , | ||
| const Hypothesis | |||
| ) |
| [in] | vs | variables |
| [in] | n | variable name |
| [in] | h | modelling hypothesis |
| MGIS_EXPORT size_type mgis::behaviour::getVariableSize | ( | const Variable & | , |
| const Hypothesis | |||
| ) |
| [in] | v | variable |
| [in] | h | modelling hypothesis |
| MGIS_EXPORT Variable::Type mgis::behaviour::getVariableType | ( | const int | ) |
| [in] | id | type identifier |
| MGIS_EXPORT std::string mgis::behaviour::getVariableTypeAsString | ( | const Variable & | ) |
| [in] | v | variable |
| MGIS_EXPORT std::string mgis::behaviour::getVariableTypeSymbolicRepresentation | ( | const int | ) |
| [in] | id | type identifier |