Qore Programming Language
0.8.9
|
safely manages the return values to AbstractQoreNode::getAsString(), stack only, cannot be dynamically allocated More...
#include <QoreStringNode.h>
Public Member Functions | |
DLLEXPORT | QoreNodeAsStringHelper (const AbstractQoreNode *n, int format_offset, ExceptionSink *xsink) |
makes the call to AbstractQoreNode::getAsString() and manages the return values | |
DLLLOCAL | ~QoreNodeAsStringHelper () |
destroys the object and deletes the QoreString pointer being managed if it was a temporary pointer | |
DLLLOCAL QoreString * | giveString () |
returns a copy of the QoreString that the caller owns More... | |
DLLLOCAL const QoreString * | operator* () |
returns the object being managed More... | |
DLLLOCAL const QoreString * | operator-> () |
returns the object being managed More... | |
safely manages the return values to AbstractQoreNode::getAsString(), stack only, cannot be dynamically allocated
|
inline |
returns a copy of the QoreString that the caller owns
the object may be left empty after this call
References QoreString::copy().
|
inline |
returns the object being managed
|
inline |
returns the object being managed