Knight's Tour Generator
Tourneys and the Fast Generation and Obfuscation of Closed Knight's Tours
Public Member Functions | Public Attributes | List of all members
CTourneyDesc Struct Reference

Tourney descriptor. More...

#include <Structs.h>

Public Member Functions

 CTourneyDesc (GeneratorType gen, CycleType c, bool obfuscate=false)
 Constructor. More...
 
 CTourneyDesc ()
 Default constructor. More...
 

Public Attributes

GeneratorType m_eGenerator = GeneratorType::Unknown
 Generator type.
 
CycleType m_eCycle = CycleType::Unknown
 Cycle type.
 
bool m_bObfuscate = false
 Whether to obfuscate.
 

Detailed Description

Describes the characteristics of a tourney.

Definition at line 40 of file Structs.h.

Constructor & Destructor Documentation

◆ CTourneyDesc() [1/2]

CTourneyDesc::CTourneyDesc ( GeneratorType  gen,
CycleType  c,
bool  obfuscate = false 
)

The tourney descriptor constructor.

Parameters
genGenerator type.
cCycle type.
obfuscateTrue to obfuscate (defaults to false).

Definition at line 39 of file Structs.cpp.

◆ CTourneyDesc() [2/2]

CTourneyDesc::CTourneyDesc ( )

The default tourney descriptor constructor.

Definition at line 45 of file Structs.cpp.