EnigmaMachineCore 0.1.0
A modular Enigma Machine simulation in C++20
Loading...
Searching...
No Matches
Public Member Functions | List of all members
EnigmaConfigLoader::FileName Struct Reference

Strongly typed wrapper for file names. Used to distinguish between general file names and base asset directories. More...

#include <EnigmaConfigLoader.hpp>

+ Inheritance diagram for EnigmaConfigLoader::FileName:
+ Collaboration diagram for EnigmaConfigLoader::FileName:

Public Member Functions

 FileName (fs::path path)
 

Detailed Description

Strongly typed wrapper for file names. Used to distinguish between general file names and base asset directories.

Note
This helps prevent accidental mix-ups between different types of paths.
See also
AssetPath

Definition at line 23 of file EnigmaConfigLoader.hpp.

Constructor & Destructor Documentation

◆ FileName()

EnigmaConfigLoader::FileName::FileName ( fs::path  path)
inlineexplicit

Definition at line 24 of file EnigmaConfigLoader.hpp.


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