swift
Namespaces | Enumerations | Functions
matchinglog.h File Reference

Go to the source code of this file.

Namespaces

 swift::misc
 Free functions in swift::misc.
 

Enumerations

enum  swift::misc::simulation::MatchingLogFlag {
  MatchingLogNothing = 0 , MatchingLogIntro = 1 << 0 , MatchingLogModelstring = 1 << 1 , MatchingLogStepwiseReduce = 1 << 2 ,
  MatchingLogScoring = 1 << 3 , MatchingLogCombinedDefaultType = 1 << 4 , MatchingLogSimplified = MatchingLogIntro , MatchingLogAll
}
 What to log.
 

Functions

QString swift::misc::simulation::matchingLogToString (MatchingLog log)
 Log flag to string.
 
const QString & swift::misc::simulation::matchingLogFlagToString (MatchingLogFlag logFlag)
 Log flag to string.