12 #ifndef INCL_CF_SWITCHES_H 13 #define INCL_CF_SWITCHES_H 51 void On (
int s ) { switches[
s] =
true; }
53 void Off (
int s ) { switches[
s] =
false; }
55 bool isOn (
int s )
const {
return switches[
s]; }
57 bool isOff (
int s )
const {
return ! switches[
s]; }
const CanonicalForm int s
void On(int s)
switch 's' on
bool switches[CFSwitchesMax]
bool isOn(int s) const
check if 's' is on
bool isOff(int s) const
check if 's' is off
CFSwitches()
CFSwitches::CFSwitches ()
void Off(int s)
switch 's' off
const int CFSwitchesMax
const int CFSwitchesMax
CFSwitches cf_glob_switches
CFSwitches cf_glob_switches;.