Qore Programming Language 1.14.0
|
base class for holding a QoreValue object More...
#include <QoreValue.h>
Public Member Methods | |
DLLLOCAL | ValueHolderBase (ExceptionSink *xs) |
creates an ampty object | |
DLLLOCAL | ValueHolderBase (QoreValue n_v, ExceptionSink *xs) |
creates the object with the given value | |
DLLLOCAL QoreValue & | operator* () |
returns the value being managed | |
DLLLOCAL const QoreValue & | operator* () const |
returns the value being managed | |
DLLLOCAL QoreValue * | operator-> () |
returns the value being managed | |
DLLLOCAL const QoreValue * | operator-> () const |
returns the value being managed | |
Private Attributes | |
QoreValue | v |
the value held | |
ExceptionSink * | xsink |
for possible Qore-language exceptions | |
base class for holding a QoreValue object