Qore Programming Language
0.8.11.1
|
manages calls to AbstractQoreNode::getDateTimeRepresentation() when a DateTimeNode value is required More...
#include <DateTimeNode.h>
Public Member Functions | |
DLLLOCAL | DateTimeNodeValueHelper (const AbstractQoreNode *n) |
gets the DateTimeNode value and sets the temporary flag | |
DLLLOCAL | ~DateTimeNodeValueHelper () |
dereferences the DateTimeNode value if necessary | |
DLLLOCAL DateTimeNode * | getReferencedValue () |
returns a referenced value - the caller will own the reference More... | |
manages calls to AbstractQoreNode::getDateTimeRepresentation() when a DateTimeNode value is required
if a simple DateTime value is required instead, use DateTimeValueHelper
|
inline |
returns a referenced value - the caller will own the reference
The value is referenced if necessary (if it was a temporary value)
References AbstractQoreNode::ref().