QGIS API Documentation
2.18.21-Las Palmas (9fba24a)
|
List of nodes. More...
#include <qgssqlstatement.h>
Public Member Functions | |
NodeList () | |
Constructor. More... | |
virtual | ~NodeList () |
void | accept (Visitor &v) const |
Accept visitor. More... | |
void | append (Node *node) |
Takes ownership of the provided node. More... | |
NodeList * | clone () const |
Creates a deep copy of this list. More... | |
int | count () const |
Returns the number of nodes in the list. More... | |
virtual QString | dump () const |
Dump list. More... | |
QList< Node * > | list () |
Return list. More... | |
Protected Attributes | |
QList< Node * > | mList |
List of nodes.
Definition at line 243 of file qgssqlstatement.h.
|
inline |
Constructor.
Definition at line 247 of file qgssqlstatement.h.
|
inlinevirtual |
Definition at line 248 of file qgssqlstatement.h.
|
inline |
Accept visitor.
Definition at line 261 of file qgssqlstatement.h.
|
inline |
Takes ownership of the provided node.
Definition at line 251 of file qgssqlstatement.h.
QgsSQLStatement::NodeList * QgsSQLStatement::NodeList::clone | ( | ) | const |
Creates a deep copy of this list.
Ownership is transferred to the caller
Definition at line 250 of file qgssqlstatement.cpp.
|
inline |
Returns the number of nodes in the list.
Definition at line 258 of file qgssqlstatement.h.
|
virtual |
Dump list.
Definition at line 261 of file qgssqlstatement.cpp.
Return list.
Definition at line 254 of file qgssqlstatement.h.
Definition at line 270 of file qgssqlstatement.h.