#include <vlib.h>
Public Member Functions | |
int | alwaysget () |
void | alwayspop () |
void | alwayspush () |
void | alwaysstart () |
char * | constant (int bits, int val) |
char * | constant (int bits, char *val) |
int | getalwaysn () |
int | getce () |
int | getchange () |
int | getfunction () |
module * | getparent () |
rval | getpassn () |
globcontrol () | |
void | passn_inc () |
int | setce (int c) |
void | setchange (int i) |
void | setfunction (int i) |
void | setparent (module *rparent) |
Protected Attributes | |
int | alwayscnt |
int | alwaysn |
int | ce |
int | change |
char | constring [RVALS *32+32] |
int | functiondecl |
module * | parent |
rval | passn |
int | VFileOpen |
globcontrol::globcontrol | ( | ) |
int globcontrol::alwaysget | ( | ) | [inline] |
void globcontrol::alwayspop | ( | ) | [inline] |
void globcontrol::alwayspush | ( | ) | [inline] |
void globcontrol::alwaysstart | ( | ) | [inline] |
char* globcontrol::constant | ( | int | bits, |
char * | val | ||
) |
char* globcontrol::constant | ( | int | bits, |
int | val | ||
) |
int globcontrol::getalwaysn | ( | ) | [inline] |
int globcontrol::getce | ( | ) | [inline] |
int globcontrol::getchange | ( | ) | [inline] |
int globcontrol::getfunction | ( | ) | [inline] |
Definition at line 311 of file vlib.h.
References functiondecl, and lumiQTWidget::t.
{int t = functiondecl; functiondecl = 0; return t;};
module* globcontrol::getparent | ( | ) | [inline] |
rval globcontrol::getpassn | ( | ) | [inline] |
void globcontrol::passn_inc | ( | ) | [inline] |
int globcontrol::setce | ( | int | c | ) | [inline] |
void globcontrol::setchange | ( | int | i | ) |
void globcontrol::setfunction | ( | int | i | ) | [inline] |
void globcontrol::setparent | ( | module * | rparent | ) | [inline] |
int globcontrol::alwayscnt [protected] |
Definition at line 340 of file vlib.h.
Referenced by alwaysget(), alwayspop(), alwayspush(), alwaysstart(), and getalwaysn().
int globcontrol::alwaysn [protected] |
Definition at line 341 of file vlib.h.
Referenced by alwaysstart(), and getalwaysn().
int globcontrol::ce [protected] |
int globcontrol::change [protected] |
Definition at line 343 of file vlib.h.
Referenced by getchange().
char globcontrol::constring[RVALS *32+32] [protected] |
int globcontrol::functiondecl [protected] |
Definition at line 338 of file vlib.h.
Referenced by getfunction(), and setfunction().
module* globcontrol::parent [protected] |
Definition at line 344 of file vlib.h.
Referenced by getparent(), and setparent().
rval globcontrol::passn [protected] |
Definition at line 349 of file vlib.h.
Referenced by getpassn(), and passn_inc().
int globcontrol::VFileOpen [protected] |