![]() |
aGrUM 3.1.1
a C++ library for (probabilistic) graphical models
|
#include <O3prmrContext.h>
Public Types | |
| enum class | RequestType : char { Observe , Unobserve , Query , SetEngine , SetGndEngine } |
Public Member Functions | |
| SetEngineCommand (int line, std::string_view value) | |
| SetEngineCommand (const SetEngineCommand &c) | |
| RequestType | type () const override |
| std::string | toString () const override |
Public Attributes | |
| std::string | value |
| int | line |
Definition at line 99 of file O3prmrContext.h.
|
stronginherited |
| Enumerator | |
|---|---|
| Observe | |
| Unobserve | |
| Query | |
| SetEngine | |
| SetGndEngine | |
Definition at line 72 of file O3prmrContext.h.
| INLINE gum::prm::o3prmr::SetEngineCommand::SetEngineCommand | ( | int | line, |
| std::string_view | value ) |
Definition at line 76 of file O3prmrContext_inl.h.
References gum::prm::o3prmr::O3prmrCommand::O3prmrCommand(), gum::prm::o3prmr::O3prmrCommand::line, and value.
Referenced by SetEngineCommand().
|
default |
|
overridevirtual |
Implements gum::prm::o3prmr::O3prmrCommand.
Definition at line 85 of file O3prmrContext_inl.h.
References value.
Referenced by gum::prm::o3prmr::O3prmrInterpreter::checkSemantic().
|
overridevirtual |
Implements gum::prm::o3prmr::O3prmrCommand.
Definition at line 81 of file O3prmrContext_inl.h.
References gum::prm::o3prmr::O3prmrCommand::SetEngine.
|
inherited |
Definition at line 71 of file O3prmrContext.h.
Referenced by O3prmrCommand(), gum::prm::o3prmr::ObserveCommand< GUM_SCALAR >::ObserveCommand(), gum::prm::o3prmr::QueryCommand< GUM_SCALAR >::QueryCommand(), gum::prm::o3prmr::SetEngineCommand::SetEngineCommand(), gum::prm::o3prmr::SetGndEngineCommand::SetGndEngineCommand(), and gum::prm::o3prmr::UnobserveCommand< GUM_SCALAR >::UnobserveCommand().
| std::string gum::prm::o3prmr::SetEngineCommand::value |
Definition at line 105 of file O3prmrContext.h.
Referenced by SetEngineCommand(), gum::prm::o3prmr::O3prmrInterpreter::checkSetEngine(), gum::prm::o3prmr::O3prmrInterpreter::setEngine(), and toString().