#include <Context.h>
Definition at line 9 of file Context.h.
◆ Context() [1/4]
carl::Context::Context |
( |
| ) |
|
|
delete |
◆ Context() [2/4]
carl::Context::Context |
( |
const Context & |
ctx | ) |
|
|
inline |
◆ Context() [3/4]
carl::Context::Context |
( |
Context && |
ctx | ) |
|
|
inline |
◆ Context() [4/4]
carl::Context::Context |
( |
const std::vector< Variable > & |
var_order | ) |
|
|
inline |
◆ has()
bool carl::Context::has |
( |
const Variable & |
var | ) |
const |
|
inline |
◆ operator=()
◆ operator==()
bool carl::Context::operator== |
( |
const Context & |
rhs | ) |
const |
|
inline |
◆ variable_ordering()
const std::vector<Variable>& carl::Context::variable_ordering |
( |
| ) |
const |
|
inline |
◆ m_variable_order
std::shared_ptr<std::vector<Variable> > carl::Context::m_variable_order |
|
private |
The documentation for this class was generated from the following file: