NodeList class
A list of nodes.
Contents
Constructors, destructors, conversion operators
- NodeList() defaulted
- Constructor.
Public functions
-
void accept(QgsSQLStatement::
Visitor& v) const - Accept visitor.
-
void append(QgsSQLStatement::
Node* node) - Takes ownership of the provided node.
-
auto clone() const -> QgsSQLStatement::
NodeList* - Creates a deep copy of this list. Ownership is transferred to the caller.
- auto count() const -> int
- Returns the number of nodes in the list.
- auto dump() const -> QString virtual
- Dump list.
-
auto list() -> QList<QgsSQLStatement::
Node*> - Returns list.