MiKTeX 23.10-next
A scalable TeX distribution
Loading...
Searching...
No Matches
Public Attributes | List of all members
MiKTeX::Core::FileTypeInfo Struct Reference

File type information. More...

#include <miktex/Core/Session.h>

Public Attributes

FileType fileType = FileType::None
 The file type. More...
 
std::string fileTypeString
 The file type as a string. More...
 
std::vector< std::string > fileNameExtensions
 List of file name extensions associated with the file type. More...
 
std::vector< std::string > alternateExtensions
 Extra list of file name extensions associated with the file type. More...
 
std::vector< std::string > searchPath
 Search path for files. More...
 
std::vector< std::string > envVarNames
 List of environment variable names. More...
 

Detailed Description

File type information.

Member Data Documentation

◆ alternateExtensions

std::vector<std::string> MiKTeX::Core::FileTypeInfo::alternateExtensions

Extra list of file name extensions associated with the file type.

◆ envVarNames

std::vector<std::string> MiKTeX::Core::FileTypeInfo::envVarNames

List of environment variable names.

◆ fileNameExtensions

std::vector<std::string> MiKTeX::Core::FileTypeInfo::fileNameExtensions

List of file name extensions associated with the file type.

◆ fileType

FileType MiKTeX::Core::FileTypeInfo::fileType = FileType::None

The file type.

◆ fileTypeString

std::string MiKTeX::Core::FileTypeInfo::fileTypeString

The file type as a string.

◆ searchPath

std::vector<std::string> MiKTeX::Core::FileTypeInfo::searchPath

Search path for files.


The documentation for this struct was generated from the following file: