Home
last modified time | relevance | path

Searched defs:QCharTreeNode (Results 1 – 3 of 3) sorted by relevance

/dports/editors/texstudio/texstudio-4.1.2/src/qcodeedit/lib/qnfa/
H A Dqnfa.h93 struct QCharTreeNode struct
96 inline QCharTreeNode(const QCharTreeNode& o) { value = o.value; next = o.next; } in QCharTreeNode() argument
97 QCharTreeNode& operator= (const QCharTreeNode& o) = default; // Silence -Wdeprecated-copy argument
108 Q_DECLARE_TYPEINFO(QCharTreeNode, Q_MOVABLE_TYPE); argument
/dports/math/giacxcas/CoCoALib-0.99700/src/CoCoA-5/QCodeEdit/qnfa/
H A Dqnfa.h91 struct QCharTreeNode struct
94 inline QCharTreeNode(const QCharTreeNode& o) { value = o.value; next = o.next; } in QCharTreeNode() argument
105 Q_DECLARE_TYPEINFO(QCharTreeNode, Q_MOVABLE_TYPE); argument
/dports/math/cocoalib/CoCoALib-0.99712/src/CoCoA-5/QCodeEdit/qnfa/
H A Dqnfa.h91 struct QCharTreeNode struct
94 inline QCharTreeNode(const QCharTreeNode& o) { value = o.value; next = o.next; } in QCharTreeNode() function
105 Q_DECLARE_TYPEINFO(QCharTreeNode, Q_MOVABLE_TYPE); argument