#include <log.hpp>
|
| constexpr | source_location (std::string_view file, std::uint32_t line, std::string_view funcSig, std::string_view funcName) noexcept |
| |
| constexpr | source_location (std::string_view funcName, std::source_location l=std::source_location::current()) noexcept |
| |
| constexpr std::string_view | file_name () const noexcept |
| |
| constexpr std::string_view | function_name () const noexcept |
| |
| constexpr std::uint32_t | line () const noexcept |
| |
◆ source_location() [1/2]
| constexpr Easys::log::source_location::source_location |
( |
std::string_view |
file, |
|
|
std::uint32_t |
line, |
|
|
std::string_view |
funcSig, |
|
|
std::string_view |
funcName |
|
) |
| |
|
inlineconstexprnoexcept |
◆ source_location() [2/2]
| constexpr Easys::log::source_location::source_location |
( |
std::string_view |
funcName, |
|
|
std::source_location |
l = std::source_location::current() |
|
) |
| |
|
inlineexplicitconstexprnoexcept |
◆ file_name()
| constexpr std::string_view Easys::log::source_location::file_name |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ function_name()
| constexpr std::string_view Easys::log::source_location::function_name |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ line()
| constexpr std::uint32_t Easys::log::source_location::line |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ file_name_
| std::string_view Easys::log::source_location::file_name_ |
◆ file_path_
| std::string_view Easys::log::source_location::file_path_ |
◆ function_name_
| std::string_view Easys::log::source_location::function_name_ |
◆ function_signature_
| std::string_view Easys::log::source_location::function_signature_ |
◆ line_
| std::uint32_t Easys::log::source_location::line_ |
The documentation for this struct was generated from the following file: