MiKTeX 23.10-next
A scalable TeX distribution
Loading...
Searching...
No Matches
Enumerations
TriState.h File Reference

Tri state. More...

#include <miktex/Configuration/config.h>
Include dependency graph for TriState.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum class  MiKTeX::Configuration::TriState { False , True , Undetermined }
 Tri-state enum class. More...
 

Detailed Description

Tri state.

Author
Christian Schenk

This file is part of the MiKTeX Configuration Library.

The MiKTeX Configuration Library is licensed under GNU General Public License version 2 or any later version.

Enumeration Type Documentation

◆ TriState

Tri-state enum class.

Enumerator
False 

False (no, off, disabled).

True 

True (yes, on, enabled).

Undetermined 

Undetermined.