Qore Programming Language  1.12.0
TypedHashDeclHolder Class Reference

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 TypedHashDecloperator* () const
 implicit conversion to TypedHashDecl*
 
DLLLOCAL TypedHashDecloperator-> () const
 implicit conversion to TypedHashDecl*
 
DLLLOCAL TypedHashDecloperator= (TypedHashDecl *nhd)
 assign new TypedHashDecl value; any managed object is deleted if still managed
 
DLLLOCAL TypedHashDeclrelease ()
 releases the TypedHashDecl*
 

Detailed Description

allows for temporary storage of a TypedHashDecl pointer

Since
Qore 0.8.13

The documentation for this class was generated from the following file: