#include <source_location.hpp>
|
| constexpr auto | file_name () const noexcept -> const char * |
| |
| constexpr auto | line () const noexcept -> uint32_t |
| |
| constexpr auto | function_name () const noexcept -> const char * |
| |
|
| static constexpr auto | current (const char *file=__builtin_FILE(), const uint32_t line=__builtin_LINE(), const char *function=__builtin_FUNCTION()) noexcept -> SourceLocation |
| |
Definition at line 22 of file source_location.hpp.
◆ current()
| static constexpr auto iox2::bb::detail::SourceLocation::current |
( |
const char * |
file = __builtin_FILE(), |
|
|
const uint32_t |
line = __builtin_LINE(), |
|
|
const char * |
function = __builtin_FUNCTION() |
|
) |
| -> SourceLocation |
|
inlinestaticconstexprnoexcept |
◆ file_name()
| constexpr auto iox2::bb::detail::SourceLocation::file_name |
( |
| ) |
const -> const char* |
|
inlineconstexprnoexcept |
◆ function_name()
| constexpr auto iox2::bb::detail::SourceLocation::function_name |
( |
| ) |
const -> const char* |
|
inlineconstexprnoexcept |
◆ line()
| constexpr auto iox2::bb::detail::SourceLocation::line |
( |
| ) |
const -> uint32_t |
|
inlineconstexprnoexcept |
The documentation for this struct was generated from the following file: