00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023 #ifndef _QORE_QORE_H
00024
00025 #define _QORE_QORE_H
00026
00031 #include <qore/common.h>
00032 #include <qore/QoreEncoding.h>
00033 #include <qore/ReferenceHolder.h>
00034 #include <qore/AbstractQoreNode.h>
00035 #include <qore/QoreNodeEvalOptionalRefHolder.h>
00036 #include <qore/QoreListNode.h>
00037 #include <qore/QoreProgram.h>
00038 #include <qore/ModuleManager.h>
00039 #include <qore/QoreLib.h>
00040 #include <qore/QoreStringNode.h>
00041 #include <qore/DateTimeNode.h>
00042 #include <qore/QoreHashNode.h>
00043 #include <qore/QoreBigIntNode.h>
00044 #include <qore/QoreBoolNode.h>
00045 #include <qore/QoreFloatNode.h>
00046 #include <qore/QoreNothingNode.h>
00047 #include <qore/QoreNullNode.h>
00048 #include <qore/QoreNet.h>
00049 #include <qore/QoreURL.h>
00050 #include <qore/QoreFile.h>
00051 #include <qore/AbstractPrivateData.h>
00052 #include <qore/QoreObject.h>
00053 #include <qore/QoreNamespace.h>
00054 #include <qore/ExceptionSink.h>
00055 #include <qore/BinaryNode.h>
00056 #include <qore/QoreString.h>
00057 #include <qore/DateTime.h>
00058 #include <qore/QoreType.h>
00059 #include <qore/BuiltinFunctionList.h>
00060 #include <qore/qore_thread.h>
00061 #include <qore/QoreThreadLock.h>
00062 #include <qore/QoreThreadLocalStorage.h>
00063 #include <qore/QoreCondition.h>
00064 #include <qore/DBI.h>
00065 #include <qore/Datasource.h>
00066 #include <qore/QoreClass.h>
00067 #include <qore/ScopeGuard.h>
00068 #include <qore/SystemEnvironment.h>
00069 #include <qore/AutoVLock.h>
00070 #include <qore/CallReferenceNode.h>
00071 #include <qore/ReferenceNode.h>
00072 #include <qore/params.h>
00073 #include <qore/ReferenceHelper.h>
00074 #include <qore/QoreEvents.h>
00075 #include <qore/qore-version.h>
00076
00078 DLLEXPORT extern const char *qore_version_string;
00079
00081 DLLEXPORT extern int qore_version_major;
00082
00084 DLLEXPORT extern int qore_version_minor;
00085
00087 DLLEXPORT extern int qore_version_sub;
00088
00090 DLLEXPORT extern int qore_build_number;
00091
00093 DLLEXPORT extern int qore_target_bits;
00094
00096 DLLEXPORT extern const char *qore_target_os;
00097
00099 DLLEXPORT extern const char *qore_target_arch;
00100
00102 DLLEXPORT extern const char *qore_module_dir;
00103
00105 DLLEXPORT extern const char *qore_cplusplus_compiler;
00106
00108 DLLEXPORT extern const char *qore_cflags;
00109
00111 DLLEXPORT extern const char *qore_ldflags;
00112
00114 DLLEXPORT extern const char *qore_build_host;
00115
00117 DLLEXPORT bool qore_has_debug();
00118
00119 #define QLO_NONE 0
00120 #define QLO_DISABLE_SIGNAL_HANDLING 1 << 0
00121
00123
00132 DLLEXPORT void qore_init(qore_license_t license = QL_GPL, const char *default_encoding = 0, bool show_module_errors = false, int init_options = QLO_NONE);
00133
00135
00139 DLLEXPORT void qore_cleanup();
00140
00141
00142 #ifdef _QORE_LIB_INTERN
00143 #include <qore/intern/QoreLibIntern.h>
00144 #endif
00145
00146 #include <qore/support.h>
00147
00148 #endif // _QORE_QORE_H