.. index:: pair: struct; QPanda::DAGSeqNode .. _doxid-struct_q_panda_1_1_d_a_g_seq_node: struct QPanda::DAGSeqNode ========================= .. toctree:: :hidden: Overview ~~~~~~~~ .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct DAGSeqNode { // fields int :target:`m_node_type`; size_t :target:`m_vertex_num`; // construction :ref:`DAGSeqNode`(); :target:`DAGSeqNode`(const :ref:`QProgDAGVertex`& dag_vertex); // methods bool :target:`operator ==` (const DAGSeqNode& node) const; bool :target:`operator <` (const DAGSeqNode& node) const; bool :target:`operator >` (const DAGSeqNode& node) const; }; .. _details-struct_q_panda_1_1_d_a_g_seq_node: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Construction ------------ .. index:: pair: function; DAGSeqNode .. _doxid-struct_q_panda_1_1_d_a_g_seq_node_1aa14fe10c2978907b6d85c46940ad0a4e: .. ref-code-block:: cpp :class: doxyrest-title-code-block DAGSeqNode() construct sequence node .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - size_t - vertex num .. rubric:: Returns: QPanda::SequenceNode