| 
    The ChainCon Software (Release 0.03)
    
   | 
 
An empty cell existence decision class with settable global flag. More...
#include <emptycell.h>
Static Public Member Functions | |
| static bool | exists () | 
| Returns the empty cell existence flag.  More... | |
| static void | setExistence (bool newFlag) | 
| Sets the global flag for the empty cell existence.  More... | |
Static Private Attributes | |
| static bool | theFlag = false | 
| The global flag for the existence of the empty cell.  More... | |
An empty cell existence decision class with settable global flag.
Definition at line 70 of file emptycell.h.
      
  | 
  inlinestatic | 
Returns the empty cell existence flag.
Definition at line 85 of file emptycell.h.
      
  | 
  inlinestatic | 
Sets the global flag for the empty cell existence.
Definition at line 90 of file emptycell.h.
      
  | 
  staticprivate | 
The global flag for the existence of the empty cell.
The global flag for the existence of the empty cell in a class that can be used to change this setting globally.
Definition at line 81 of file emptycell.h.
 1.8.13