Base Framework
|
#include <base/Base.h>
Static Public Member Functions | |
static void | setUseBreakpoint (bool useBreakpoint) noexcept |
static const char * | getRootPath () noexcept |
static const char * | getRelativePath (const char *path) noexcept |
static bool | isDebuggerAttached () noexcept |
static void | breakpoint () noexcept |
Static Public Attributes | |
static decltype(sizeof(void *) | allocateUniqueId )() noexcept |
Debug helper functions.
|
staticnoexcept |
Breakpoint.
|
staticnoexcept |
Returns the relative path to the root path for the Base Framework includes.
|
staticnoexcept |
Returns the root path for the Base Framework includes.
|
staticnoexcept |
Returns true if debugger is attached.
|
staticnoexcept |
Disables/enables breakpoint.
|
staticnoexcept |
Returns a unique ID for the runtime session.