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]; }
INST_VAR CFSwitches cf_glob_switches
const int CFSwitchesMax
const int CFSwitchesMax
const CanonicalForm int s