Definition at line 14 of file TempQCtr.h.
Public Methods | |
| 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 |
| QuadExpr< Var > & | expr () |
| const QuadExpr< Var > & | expr () const |
| CtrType | type () const |
| void | set_expr (QuadExpr< Var > &&t_expr) |
| void | set_type (CtrType t_type) |
Definition at line 20 of file TempQCtr.h.
Definition at line 30 of file TempQCtr.h.
Definition at line 32 of file TempQCtr.h.
Definition at line 36 of file TempQCtr.h.
|
inline |
Definition at line 38 of file TempQCtr.h.
|
inlinenodiscard |
Definition at line 34 of file TempQCtr.h.