32 #ifndef _QORE_PSEUDOMETHODS_H 34 #define _QORE_PSEUDOMETHODS_H 36 DLLLOCAL
void pseudo_classes_init();
37 DLLLOCAL
void pseudo_classes_del();
40 DLLLOCAL
const QoreMethod* pseudo_classes_find_method(
const QoreTypeInfo* typeInfo,
const char* mname,
QoreClass*& qc,
bool& possible_match);
41 DLLLOCAL
void qore_pseudo_check_return_type_info(
const QoreFunction* func,
const QoreTypeInfo* pseudoTypeInfo,
const QoreTypeInfo*& returnTypeInfo);
43 #define NODE_ARRAY_LEN (NT_NUMBER + 1) This is the list container type in Qore, dynamically allocated only, reference counted.
Definition: QoreListNode.h:52
defines a Qore-language class
Definition: QoreClass.h:239
The main value class in Qore, designed to be passed by value.
Definition: QoreValue.h:262
container for holding Qore-language exception information and also for registering a "thread_exit" ca...
Definition: ExceptionSink.h:46
int16_t qore_type_t
used to identify unique Qore data and parse types (descendents of AbstractQoreNode) ...
Definition: common.h:70
a method in a QoreClass
Definition: QoreClass.h:125