Class Node::CFUNC
In: ext/nodeinfo.c
Parent: Node

A placeholder for a function implemented in C.

Methods

argc   cfnc   members  

Public Class methods

Return an array of strings containing the names of the node class‘s members.

Public Instance methods

Return the Node‘s argc member. The return type is an Integer.

cfnc()

a pointer to the C function to which to yield

[Validate]