namespace
espNamespaces
- namespace detail
Classes
- struct EspErrCategory
- class FailureSourceCategory
Enums
-
enum class EspErr: std::
uint8_t { Success = 0, Unknown = 1, FailedToReadFile } -
enum class FailureSource: std::
uint8_t { BadUserInput = 1, SystemError = 2 }
Functions
-
auto list_headparts(const Path& input) → tl::expected<std::
vector<std:: u8string>, Error> noexcept -
auto list_headparts(std::
fstream file) → tl::expected<std:: vector<std:: u8string>, Error> noexcept -
auto list_landscape_textures(const Path& input) → tl::expected<std::
vector<std:: u8string>, Error> noexcept -
auto list_landscape_textures(std::
fstream file) → tl::expected<std:: vector<std:: u8string>, Error> noexcept -
auto make_error_code(EspErr e) → std::
error_code -
auto make_error_condition(FailureSource e) → std::
error_condition