TempQCtr

Doxygen

class TempQCtr

Public Functions

TempQCtr() = default
inline TempQCtr(QuadExpr<Var> &&t_expr, CtrType t_type)
TempQCtr(const TempQCtr &t_src) = default
TempQCtr(TempQCtr&&) noexcept = default
TempQCtr &operator=(const TempQCtr &t_rhs) = default
TempQCtr &operator=(TempQCtr&&) noexcept = default
inline QuadExpr<Var> &expr()
inline const QuadExpr<Var> &expr() const
inline CtrType type() const
inline void set_expr(QuadExpr<Var> &&t_expr)
inline void set_type(CtrType t_type)