~probe_value_tactic() { m_p->dec_ref(); }
~unary_probe() { m_p->dec_ref(); }
probe_value_tactic(cmd_context & ctx, char const * msg, probe * p, bool newline):m_ctx(ctx), m_msg(msg), m_p(p), m_newline(newline) { SASSERT(m_p); m_p->inc_ref(); }
~bin_probe() { m_p1->dec_ref(); m_p2->dec_ref(); }