|
Libmagicxx v10.0.3
A modern C++23 wrapper for libmagic — the library that powers the Unix file command.
|
Flag retrieval methods. More...

Functions | |
| FlagsContainerT | Recognition::Magic::GetFlags () const |
| Get the current flags. | |
| std::optional< FlagsContainerT > | Recognition::Magic::GetFlags (const std::nothrow_t &tag) const noexcept |
| Get the current flags (noexcept version). | |
Flag retrieval methods.
Methods for querying current configuration flags.
|
nodiscard |
Get the current flags.
Retrieves the flags currently configured for this Magic instance.
| MagicIsClosed | If the Magic instance is closed. |
|
nodiscardnoexcept |
Get the current flags (noexcept version).
| [in] | tag | Pass std::nothrow to select this overload. |