node-addon-layer
C API For writing Node modules
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
Data Fields
shim_module_struct Struct Reference

Used by node to identify how to initialize this module. More...

#include <shim.h>

Data Fields

int version
 
void * handle
 
const char * fname
 
node_register_func func
 
const char * mname
 

Detailed Description

Used by node to identify how to initialize this module.

Field Documentation

const char* fname

Filename of module

Always represents the C++ entry point

void* handle

Used internally by node

const char* mname

Module name

int version

Indicates the node module ABI


The documentation for this struct was generated from the following file: