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

Hardcoded buffer sizes. More...

#include <miktex/Core/BufferSizes.h>

Static Public Attributes

static const std::size_t MaxPath = 260
 Initial capacity of a path name (including the terminating null-byte). More...
 
static const std::size_t MaxPackageName = 256
 
static const std::size_t MaxCfgName = 256
 

Detailed Description

Hardcoded buffer sizes.

Member Data Documentation

◆ MaxCfgName

const std::size_t MiKTeX::Core::BufferSizes::MaxCfgName = 256
static

Maximum length of a configuration key (including the terminating null-byte).

◆ MaxPackageName

const std::size_t MiKTeX::Core::BufferSizes::MaxPackageName = 256
static

Maximum length of a package key (including the terminating null-byte).

◆ MaxPath

const std::size_t MiKTeX::Core::BufferSizes::MaxPath = 260
static

Initial capacity of a path name (including the terminating null-byte).


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