Qore Programming Language  0.8.11.1
Classes | Functions | Variables
QoreNothingNode.h File Reference

(6813)

#include <qore/AbstractQoreNode.h>
Include dependency graph for QoreNothingNode.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QoreNothingNode
 Qore's "NOTHING" parse tree/value type, not-referenced counted, not dynamically allocated. More...
 

Functions

static QoreNothingNodenothing ()
 returns a pointer to Nothing
 

Variables

DLLEXPORT QoreNothingNode Nothing
 the global and unique NOTHING object in Qore
 

Detailed Description

defines the QoreNothingNode class