49#ifndef DOXYGEN_SHOULD_SKIP_THIS
63 IContinuousVariable::IContinuousVariable(
const IContinuousVariable& from) : Variable(from) {}
67 IContinuousVariable::IContinuousVariable(IContinuousVariable&& from) :
68 Variable(
std::move(from)) {}
72 IContinuousVariable::~IContinuousVariable() {}
75 INLINE IContinuousVariable& IContinuousVariable::operator=(
const IContinuousVariable& from) {
76 Variable::operator=(from);
81 INLINE IContinuousVariable& IContinuousVariable::operator=(IContinuousVariable&& from) {
82 Variable::operator=(std::move(from));
Header of IContinuousVariable.
IContinuousVariable(const std::string &aName, const std::string &aDesc)
Default constructor.
Base class for every random variable.
gum is the global namespace for all aGrUM entities