Gets the code.
More...
#include <errGlob.hpp>
|
| ae2f_constexprmethod | errGlobState (ae2f_err_t a) noexcept |
| ae2f_constexprmethod const char * | peek () const noexcept |
| | Gets one.
|
| ae2f_constextendedmethod errGlobState | pop () const noexcept |
| | Pops an error with an error type.
|
| std::string | msgall () const noexcept |
| | Generates the error message.
|
|
ae2f_constexprmethod | errGlobState (ae2f_err_t a) noexcept |
| ae2f_constexprmethod const char * | peek () const noexcept |
| | Gets one.
|
| ae2f_constextendedmethod errGlobState | pop () const noexcept |
| | Pops an error with an error type.
|
| std::string | msgall () const noexcept |
| | Generates the error message.
|
Gets the code.
Definition at line 25 of file errGlob.hpp.
◆ errGlobState()
| ae2f_constexprmethod ae2f::errGlobState::errGlobState |
( |
ae2f_err_t | a | ) |
|
|
noexcept |
◆ errGlobStateWithThrow() [1/2]
◆ errGlobStateWithThrow() [2/2]
It is a constructor, which will throw it is a state critical.
- Parameters
-
- Returns
- error parser for a.
- See also
- ae2f_errGlobNormalised
◆ msgall() [1/2]
| std::string ae2f::errGlobState::msgall |
( |
| ) |
const |
|
inlinenoexcept |
Generates the error message.
- Returns
- A whole list of error messages.
Definition at line 84 of file errGlob.hpp.
◆ msgall() [2/2]
| std::string ae2f::errGlobState::msgall |
( |
| ) |
const |
|
inlinenoexcept |
Generates the error message.
- Returns
- A whole list of error messages.
◆ peek() [1/2]
| ae2f_constexprmethod const char * ae2f::errGlobState::peek |
( |
| ) |
const |
|
inlinenoexcept |
Gets one.
- Returns
- A single error message for this code.
Definition at line 42 of file errGlob.hpp.
◆ peek() [2/2]
| ae2f_constexprmethod const char * ae2f::errGlobState::peek |
( |
| ) |
const |
|
inlinenoexcept |
Gets one.
- Returns
- A single error message for this code.
Definition at line 42 of file errGlob.hpp.
◆ pop() [1/2]
| ae2f_constextendedmethod errGlobState ae2f::errGlobState::pop |
( |
| ) |
const |
|
inlinenoexcept |
Pops an error with an error type.
- Returns
- Error message
Definition at line 72 of file errGlob.hpp.
◆ pop() [2/2]
| ae2f_constextendedmethod errGlobState ae2f::errGlobState::pop |
( |
| ) |
const |
|
inlinenoexcept |
Pops an error with an error type.
- Returns
- Error message
Definition at line 72 of file errGlob.hpp.
◆ code
The documentation for this struct was generated from the following files: