Mana
|
エラーや警告に関係するヘッダーファイル @detail このファイルはエラーや警告に関係するヘッダーファイルです。 More...
#include <string>
Go to the source code of this file.
Namespaces | |
mana | |
Enumerations | |
enum class | mana::CompileErrorType : uint8_t { mana::OK = 0 } |
enum class | mana::LinkerErrorType : uint8_t { mana::OK = 0 } |
enum class | mana::CompileWarningType : uint8_t { mana::OK = 0 } |
enum class | mana::LinkerWarningType : uint8_t { mana::OK = 0 } |
enum class | mana::FatalType : uint8_t { mana::NoMemory } |
Functions | |
void | mana::CompileError (const std::string &message) |
void | mana::CompileError (std::initializer_list< std::string_view > message) |
void | mana::CompileWarning (const std::string &message) |
void | mana::CompileWarning (std::initializer_list< std::string_view > message) |
void | mana::LinkerError (const std::string &message) |
void | mana::LinkerError (std::initializer_list< std::string_view > message) |
void | mana::LinkerWarning (const std::string &message) |
void | mana::LinkerWarning (std::initializer_list< std::string_view > message) |
void | mana::Fatal (const FatalType type) |
void | mana::Fatal (const std::string &message) |
void | mana::Fatal (std::initializer_list< std::string_view > message) |
void | mana::FatalNoMemory () |
Variables | |
int | yynerrs |
エラーや警告に関係するヘッダーファイル @detail このファイルはエラーや警告に関係するヘッダーファイルです。
mana (compiler)
|
extern |
mana (compiler)