![]() |
SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
|
#include <CmdSeq.h>

Public Types | |
| enum class | Special : int32_t { NONE = 0 , CHANGE_DIRECTORY = 256 , COPY_FILE = 257 , DELETE_FILE = 258 , RENAME_FILE = 259 , COPY_FILE_IF_EXISTS = 261 } |
Public Member Functions | |
| std::string | getExecutableDisplayName () const |
Static Public Member Functions | |
| static std::string | getSpecialDisplayNameFor (Special special) |
Public Attributes | |
| bool | enabled |
| enum toolpp::CmdSeq::Command::Special | special |
| std::string | executable |
| std::string | arguments |
| bool | ensureFileExists |
| std::string | pathToTheoreticallyExistingFile |
| bool | useProcessWindow |
| bool | waitForKeypress |
Static Public Attributes | |
| static constexpr auto | SPECIAL_COPY_FILE_IF_EXISTS_ALIAS = static_cast<Special>(260) |
|
strong |
|
nodiscard |
Definition at line 58 of file CmdSeq.cpp.
|
staticnodiscard |
Definition at line 40 of file CmdSeq.cpp.
| std::string toolpp::CmdSeq::Command::pathToTheoreticallyExistingFile |
| enum toolpp::CmdSeq::Command::Special toolpp::CmdSeq::Command::special |
|
staticconstexpr |