Libmagicxx v10.0.3
A modern C++23 wrapper for libmagic — the library that powers the Unix file command.
Loading...
Searching...
No Matches
Recognition::NullTracker Class Referencefinal

Exception thrown when a shared ProgressTracker is null. More...

#include <magic_exception.hpp>

Inheritance diagram for Recognition::NullTracker:
Collaboration diagram for Recognition::NullTracker:

Public Member Functions

 NullTracker ()
 Construct NullTracker exception.
Public Member Functions inherited from Recognition::MagicException
 MagicException (const std::string &function, const std::string &error_message)
 Construct MagicException with function name and error message.

Detailed Description

Exception thrown when a shared ProgressTracker is null.

This exception is thrown when a method that requires a progress tracker receives a null shared pointer.

See also
ProgressTracker
Magic::IdentifyFiles()
Since
10.0.0

Constructor & Destructor Documentation

◆ NullTracker()

Recognition::NullTracker::NullTracker ( )
inline

Construct NullTracker exception.

Since
10.0.0

The documentation for this class was generated from the following file: