|
Electroneum
|
#include <modstack.h>

Public Attributes | |
| int | num |
| struct module_func_block ** | mod |
Stack of modules.
Definition at line 50 of file modstack.h.
| struct module_func_block** module_stack::mod |
the module callbacks, array of num_modules length (ref only)
Definition at line 54 of file modstack.h.
| int module_stack::num |
the number of modules
Definition at line 52 of file modstack.h.