![]()  | 
  
    Qore Programming Language
    0.9.16
    
   | 
 
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  | |
| const DLLLOCAL QoreValue & | operator* () const | 
| returns the value being managed  | |
| DLLLOCAL QoreValue * | operator-> () | 
| returns the value being managed  | |
| const DLLLOCAL 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