Qore Programming Language - C/C++ Library  0.8.13.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
QoreNothingNode.h File Reference

(79e5dd4f976dab9d74ec8272aec97c21df86c597)

#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