|
Qore Programming Language - C/C++ Library
0.8.13.5
|
base class for holding a QoreValue object More...
#include <QoreValue.h>


Public Member Functions | |
| 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 QoreValue * | operator-> () |
| returns the value being managed | |
Protected Attributes | |
| QoreValue | v |
| the vlaue held | |
| ExceptionSink * | xsink |
| for possible Qore-language exceptions | |
base class for holding a QoreValue object