EchoMap
2026-07-25 6d3977c
An experimental cross-platform digital signal processing application for sound-source localisation.
Toggle main menu visibility
Loading...
Searching...
No Matches
IgnoredWarning.hpp
Go to the documentation of this file.
1
9
10
#ifndef ECHOMAP_IGNOREDWARNING_HPP
11
#define ECHOMAP_IGNOREDWARNING_HPP
12
13
#include "LocatableError.hpp"
14
15
namespace
echomap
16
{
17
21
class
IgnoredWarning
:
public
LocatableError
22
{
23
public
:
30
explicit
IgnoredWarning
(
31
std::string_view
message,
32
std::source_location
location =
std::source_location::current
()
33
);
34
};
35
36
}
// namespace echomap
37
38
#endif
// ECHOMAP_IGNOREDWARNING_HPP
std::string_view
echomap::IgnoredWarning::IgnoredWarning
IgnoredWarning(std::string_view message, std::source_location location=std::source_location::current())
Create a new IgnoredWarning with the given message at the given location.
Definition
IgnoredWarning.cpp:15
echomap::LocatableError::LocatableError
LocatableError(std::string_view message, std::source_location location=std::source_location::current())
Create a new LocatableError with the given message at the given location.
Definition
LocatableError.cpp:12
std::source_location::current
T current(T... args)
echomap
The main EchoMap outermost namespace for all non-exported symbols.
Definition
ActionController.hpp:20
std::source_location
src
errors
IgnoredWarning.hpp
Generated by
1.17.0