CommonLib
Loading...
Searching...
No Matches
ThisProcess.inl
Go to the documentation of this file.
1
#
include
<
CommonLib
.
h
>
2
3
namespace
hedgedev::csl::diag::
this_process
4
{
5
inline
std
::
filesystem
::
path
GetExecutableRoot
()
6
{
7
return
GetExecutablePath().remove_filename();
8
}
9
10
inline
bool
IsNeighbour
(
const
std::filesystem::path& in_rPath)
11
{
12
return
ut::filesystem::IsNeighbour(GetExecutablePath(), in_rPath);
13
}
14
}
hedgedev::csl::diag::this_process::IsNeighbour
bool IsNeighbour(const std::filesystem::path &in_rPath)
Definition
ThisProcess.inl:10
hedgedev::csl::diag::this_process::GetExecutableRoot
std::filesystem::path GetExecutableRoot()
Definition
ThisProcess.inl:5
hedgedev::csl::diag
Definition
ThisProcess.inl:4
include
Diagnostics
ThisProcess.inl
Generated by
1.18.0