| 
    QGIS API Documentation
    3.2.0-Bonn (bc43194)
    
   | 
 
A list of nodes. More...
#include <qgssqlstatement.h>
Public Member Functions | |
| NodeList ()=default | |
| Constructor.  More... | |
| virtual | ~NodeList () | 
| void | accept (QgsSQLStatement::Visitor &v) const | 
| Accept visitor.  More... | |
| void | append (QgsSQLStatement::Node *node) | 
| Takes ownership of the provided node.  More... | |
| QgsSQLStatement::NodeList * | clone () const | 
| Creates a deep copy of this list. Ownership is transferred to the caller.  More... | |
| int | count () const | 
| Returns the number of nodes in the list.  More... | |
| virtual QString | dump () const | 
| Dump list.  More... | |
| QList< QgsSQLStatement::Node * > | list () | 
| Returns list.  More... | |
Protected Attributes | |
| QList< Node * > | mList | 
A list of nodes.
Definition at line 285 of file qgssqlstatement.h.
      
  | 
  default | 
Constructor.
      
  | 
  inlinevirtual | 
Definition at line 290 of file qgssqlstatement.h.
| void QgsSQLStatement::NodeList::accept | ( | QgsSQLStatement::Visitor & | v | ) | const | 
Accept visitor.
Definition at line 254 of file qgssqlstatement.cpp.
      
  | 
  inline | 
Takes ownership of the provided node.
Definition at line 293 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 262 of file qgssqlstatement.cpp.
      
  | 
  inline | 
Returns the number of nodes in the list.
Definition at line 301 of file qgssqlstatement.h.
      
  | 
  virtual | 
Dump list.
Definition at line 273 of file qgssqlstatement.cpp.
      
  | 
  inline | 
Returns list.
Definition at line 296 of file qgssqlstatement.h.
      
  | 
  protected | 
Definition at line 313 of file qgssqlstatement.h.
 1.8.13