![]() |
aGrUM 3.1.1
a C++ library for (probabilistic) graphical models
|
#include <O3prmrContext.h>
Public Member Functions | |
| ImportCommand (int line, std::string_view value, std::string_view alias) | |
| ImportCommand (const ImportCommand &c) | |
| std::string | toString () const |
Public Attributes | |
| int | line |
| std::string | value |
| std::string | alias |
Definition at line 85 of file O3prmrContext.h.
| INLINE gum::prm::o3prmr::ImportCommand::ImportCommand | ( | int | line, |
| std::string_view | value, | ||
| std::string_view | alias ) |
Definition at line 65 of file O3prmrContext_inl.h.
References alias, line, and value.
Referenced by ImportCommand().
|
default |
| INLINE std::string gum::prm::o3prmr::ImportCommand::toString | ( | ) | const |
| std::string gum::prm::o3prmr::ImportCommand::alias |
Definition at line 93 of file O3prmrContext.h.
Referenced by ImportCommand(), gum::prm::o3prmr::O3prmrContext< GUM_SCALAR >::addImport(), and toString().
| int gum::prm::o3prmr::ImportCommand::line |
Definition at line 91 of file O3prmrContext.h.
Referenced by ImportCommand(), and gum::prm::o3prmr::O3prmrContext< GUM_SCALAR >::addImport().
| std::string gum::prm::o3prmr::ImportCommand::value |
Definition at line 92 of file O3prmrContext.h.
Referenced by ImportCommand(), gum::prm::o3prmr::O3prmrContext< GUM_SCALAR >::addImport(), and toString().