this class is for value types that will exists only once in the Qore library, reference counting is disabled More...
#include <AbstractQoreNode.h>
Public Member Functions | |
DLLLOCAL | UniqueValueQoreNode (qore_type_t t) |
constructor takes the type argument | |
DLLLOCAL | UniqueValueQoreNode (const UniqueValueQoreNode &) |
copy constructor | |
virtual DLLEXPORT AbstractQoreNode * | realCopy () const |
returns itself; objects of this type are not reference-counted and only deleted manually (by static destruction) |
this class is for value types that will exists only once in the Qore library, reference counting is disabled
these types must be statically allocated