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

(eec12aea84e1a7dfc106821fd59e245ed599fe38)

#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