class QPanda::JudgeTwoNodeIterIsSwappable::OnFoundAllNodes

class OnFoundAllNodes: public QPanda::JudgeTwoNodeIterIsSwappable::AbstractJudgeStatueInterface
{
public:
    // construction

    OnFoundAllNodes(
        JudgeTwoNodeIterIsSwappable& parent,
        ResultStatue s
        );

    // methods

    void on_traversal_end();
    ResultStatue get_statue() const;
};