userver
C++ Async Framework
Loading...
Searching...
No Matches
userver_info.hpp
Go to the documentation of this file.
1
#
pragma
once
2
3
/// @file userver/utils/userver_info.hpp
4
/// @brief Information about userver and its build environment
5
6
USERVER_NAMESPACE_BEGIN
7
8
namespace
utils {
9
10
/// \returns zero-terminated string with version as "major.minor.patch"
11
const
char
*
GetUserverVersion
()
noexcept
;
12
13
/// \returns zero-terminated string with GIT short hash of userver repo
14
const
char
*
GetUserverVcsRevision
()
noexcept
;
15
16
/// \returns zero-terminated string with description of the server as
17
/// "userver/{GetUserverVersion()} ({__DATE__}; rv: {GetUserverHash()})"
18
const
char
*
GetUserverIdentifier
()
noexcept
;
19
20
}
// namespace utils
21
22
USERVER_NAMESPACE_END
userver
utils
userver_info.hpp
Generated on Wed May 15 2024 22:24:22 for userver by
Doxygen
1.10.0