Qore Programming Language - C/C++ Library
0.8.13.5
|
typed hash declaration More...
#include <TypedHashDecl.h>
Public Member Functions | |
DLLEXPORT void | addMember (const char *name, const QoreTypeInfo *memberTypeInfo, QoreValue init_val) |
adds an element to a built-in hashdecl | |
DLLEXPORT const QoreTypeInfo * | getTypeInfo (bool or_nothing=false) const |
returns the type info object for the hashdecl | |
Protected Member Functions | |
DLLEXPORT | ~TypedHashDecl () |
deletes the object and frees all memory | |
typed hash declaration