Qore Programming Language - C/C++ Library  0.8.13.4
QoreNothingNode.h File Reference

(ab0930ef0f9f7372ad5fe073ec14aff1879b03e0)

#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