The ChainCon Software (Release 0.03)
Static Public Member Functions | Static Private Attributes | List of all members
SettableEmptyCell Class Reference

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...
 

Detailed Description

An empty cell existence decision class with settable global flag.

Definition at line 70 of file emptycell.h.

Member Function Documentation

◆ exists()

bool SettableEmptyCell::exists ( )
inlinestatic

Returns the empty cell existence flag.

Definition at line 85 of file emptycell.h.

◆ setExistence()

void SettableEmptyCell::setExistence ( bool  newFlag)
inlinestatic

Sets the global flag for the empty cell existence.

Definition at line 90 of file emptycell.h.

Member Data Documentation

◆ theFlag

bool SettableEmptyCell::theFlag = false
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.


The documentation for this class was generated from the following files: