![]() |
SWIPL Zwapel 0.0.1
paule32
|
#include <iostream>
#include "prolog.h"
Go to the source code of this file.
Classes | |
struct | zwap_funcs |
Macros | |
#define | gui_func(name) dlsym(get_zwap_handle(),name) |
Typedefs | |
typedef void(__stdcall * | ref_show_message) (LPCSTR, LPCSTR) |
typedef struct zwap_funcs | zwap_funcs |
Functions | |
void | __attribute__ ((constructor)) my_init(void) |
void | __attribute__ ((destructor)) my_fini(void) |
void * | get_zwap_handle () |
const char * | get_zwap_name () |
static void | init_stuff (void) |
install_t | install_zwapwin64 () |
static foreign_t | pl_show_message (term_t a0, int arity, void *context) |
Variables | |
zwap_funcs | zwap_func |
void * | zwap_mod_handle |
#define gui_func | ( | name | ) | dlsym(get_zwap_handle(),name) |
typedef struct zwap_funcs zwap_funcs |
void __attribute__ | ( | (constructor) | ) |
Definition at line 168 of file main.cc.
References zwap_mod_handle.
void __attribute__ | ( | (destructor) | ) |
Definition at line 179 of file main.cc.
References get_zwap_handle().
|
inline |
Definition at line 23 of file main.cc.
References zwap_mod_handle.
Referenced by __attribute__(), and init_stuff().
|
static |
Definition at line 48 of file main.cc.
References get_zwap_handle(), zwap_funcs::show_message, and zwap_func.
install_t install_zwapwin64 | ( | ) |
Definition at line 93 of file main.cc.
References pl_show_message().
|
static |
Definition at line 71 of file main.cc.
References zwap_funcs::show_message, and zwap_func.
Referenced by install_zwapwin64().
zwap_funcs zwap_func |
Definition at line 32 of file main.cc.
Referenced by init_stuff(), and pl_show_message().
void* zwap_mod_handle |
Definition at line 20 of file main.cc.
Referenced by __attribute__(), and get_zwap_handle().