|
HikoGUI
A low latency retained GUI
|
Public Member Functions | |
| constexpr | source_location (uint_least32_t line, uint_least32_t column, char const *file_name, char const *function_name) noexcept |
| constexpr | source_location (source_location const &) noexcept=default |
| constexpr | source_location (source_location &&) noexcept=default |
| constexpr source_location & | operator= (source_location const &) noexcept=default |
| constexpr source_location & | operator= (source_location &&) noexcept=default |
| constexpr uint_least32_t | line () const noexcept |
| constexpr uint_least32_t | column () const noexcept |
| constexpr char const * | file_name () const noexcept |
| constexpr char const * | function_name () const noexcept |