Data Fields

ucc::script::keyword Struct Reference

A structure to introduce new core commands to the runtime engine. More...

#include <script.h>

Collaboration diagram for ucc::script::keyword:
Collaboration graph
[legend]

Data Fields

check_t check
 compile-time check routine
method_t method
 runtime method or NULL if c-t only
const char * name
 name of command
struct keywordnext
 linked list set by assign()

Detailed Description

A structure to introduce new core commands to the runtime engine.

This is typically passed to assign as an array. Entries with no runtime method (method = NULL) are only processed at compile-time.

Definition at line 90 of file script.h.


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