Qore Programming Language
0.8.9
|
#include <qore/common.h>
#include <qore/Restrictions.h>
#include <qore/QoreThreadLock.h>
#include <stdarg.h>
Go to the source code of this file.
Classes | |
class | BuiltinFunctionList |
the interface to the global list of all builtin functions in the library More... | |
Variables | |
DLLEXPORT BuiltinFunctionList | builtinFunctions |
old interface to the compeltely-removed builtin function list; now functions are stored in namespaces More... | |
This header file is completely deprecated as of Qore 0.8.4. All functions are now stored in namespaces (QoreNamespace).
The functions defined in this header have been modified to try to add functions to the current "Qore" namespace - if no program is available, then the functions will be added to the staticSystemNamespace
DLLEXPORT BuiltinFunctionList builtinFunctions |
old interface to the compeltely-removed builtin function list; now functions are stored in namespaces