#include <array>
#include <cstdint>
#include <iostream>
#include <string>
#include <thread>
#include <ctime>
#include <iomanip>
#include <variant>
#include <fmt/format.h>
#include <ifw/fnd/defs/logger.hpp>
Go to the source code of this file.
|
| namespace | ifw |
| |
| namespace | ifw::fnd |
| | This source file contains definitions of the types and constants to handle data types.
|
| |
|
| #define | FNDLOC |
| | Macro generating a location identifier: "<iso-time>:<file>:<line>:<function>:<thread>".
|
| |
| #define | IFWLOC FNDLOC |
| |
◆ FNDLOC
Value:
std::string ThreadName()
Return name of current thread.
Definition base.hpp:131
std::string IsoTimeNow(const int8_t precision)
Definition base.hpp:126
Macro generating a location identifier: "<iso-time>:<file>:<line>:<function>:<thread>".
◆ IFWLOC