Data Structures | Macros | Variables
cf_switches.h File Reference

header to cf_switches.cc. More...

Go to the source code of this file.

Data Structures

class  CFSwitches
 class CFSwitches More...
 

Macros

#define cf_glob_switches   (CFSwitches::getInstance())
 CFSwitches cf_glob_switches;. More...
 

Variables

const int CFSwitchesMax = 8
 const int CFSwitchesMax More...
 

Detailed Description

header to cf_switches.cc.

Definition in file cf_switches.h.

Macro Definition Documentation

§ cf_glob_switches

#define cf_glob_switches   (CFSwitches::getInstance())

CFSwitches cf_glob_switches;.

cf_glob_switches - factory switches.

This is the only object of type CFSwitches in factory. It is used either directly in the low level algorithms or by the functions On(), Off(), isOn() defined in canonicalform.cc.

Definition at line 75 of file cf_switches.h.

Variable Documentation

§ CFSwitchesMax

const int CFSwitchesMax = 8

const int CFSwitchesMax

const CFSwitchesMax - maximum number of switches.

Definition at line 22 of file cf_switches.h.