get the opr impl so setting other than param() can be modified
| 138 | |
| 139 | //! get the opr impl so setting other than param() can be modified |
| 140 | Opr* opr() { |
| 141 | if (!m_opr_cur) { |
| 142 | m_opr_cur = m_handle->create_operator<Opr>(); |
| 143 | } |
| 144 | return m_opr_cur.get(); |
| 145 | } |
| 146 | |
| 147 | void free_opr() { |
| 148 | if (m_opr_cur) { |