Qore Programming Language
1.12.0
|
allows for temporary storage of a TypedHashDecl pointer More...
#include <TypedHashDecl.h>
Public Member Methods | |
DLLLOCAL | TypedHashDeclHolder (TypedHashDecl *thd) |
creates the object | |
DLLEXPORT | ~TypedHashDeclHolder () |
deletes the TypedHashDecl object if still managed | |
DLLLOCAL TypedHashDecl * | operator* () const |
implicit conversion to TypedHashDecl* | |
DLLLOCAL TypedHashDecl * | operator-> () const |
implicit conversion to TypedHashDecl* | |
DLLLOCAL TypedHashDecl * | operator= (TypedHashDecl *nhd) |
assign new TypedHashDecl value; any managed object is deleted if still managed | |
DLLLOCAL TypedHashDecl * | release () |
releases the TypedHashDecl* | |
allows for temporary storage of a TypedHashDecl pointer