.. index:: pair: class; QPanda::JudgeTwoNodeIterIsSwappable::OnPickUpNode .. _doxid-class_q_panda_1_1_judge_two_node_iter_is_swappable_1_1_on_pick_up_node: class QPanda::JudgeTwoNodeIterIsSwappable::OnPickUpNode ======================================================= .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block class OnPickUpNode: public QPanda::JudgeTwoNodeIterIsSwappable::AbstractJudgeStatueInterface { public: // construction :target:`OnPickUpNode`( :ref:`JudgeTwoNodeIterIsSwappable`& parent, ResultStatue s ); // methods void :target:`handle_QGate`( std::shared_ptr<:ref:`AbstractQGateNode`> cur_node, std::shared_ptr<:ref:`QNode`> parent_node, :ref:`QCircuitParam`& cir_param, :ref:`NodeIter`& cur_node_iter ); void :target:`handle_QMeasure`( std::shared_ptr<:ref:`AbstractQuantumMeasure`> cur_node, std::shared_ptr<:ref:`QNode`> parent_node, :ref:`QCircuitParam`& cir_param, :ref:`NodeIter`& cur_node_iter ); void :target:`handle_QReset`( std::shared_ptr<:ref:`AbstractQuantumReset`> cur_node, std::shared_ptr<:ref:`QNode`> parent_node, :ref:`QCircuitParam`& cir_param, :ref:`NodeIter`& cur_node_iter ); void :target:`enter_flow_ctrl_node`(); void :target:`leave_flow_ctrl_node`(); void :target:`on_enter_circuit`( std::shared_ptr<:ref:`AbstractQuantumCircuit`> cur_node, :ref:`QCircuitParam`& cir_param ); void :target:`on_leave_circuit`( std::shared_ptr<:ref:`AbstractQuantumCircuit`> cur_node, :ref:`QCircuitParam`& cir_param ); void :target:`on_enter_prog`( std::shared_ptr<:ref:`AbstractQuantumProgram`> cur_node, std::shared_ptr<:ref:`QNode`> parent_node, :ref:`QCircuitParam`& cir_param ); void :target:`on_leave_prog`( std::shared_ptr<:ref:`AbstractQuantumProgram`> cur_node, std::shared_ptr<:ref:`QNode`> parent_node, :ref:`QCircuitParam`& cir_param ); ResultStatue :target:`get_statue`() const; };