Nix (Dev)
3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
utils.hpp
Go to the documentation of this file.
1
#ifndef IV_SRC_LOGIC_UTILS_HPP_
2
#define IV_SRC_LOGIC_UTILS_HPP_
3
4
#include "
core/defines.hpp
"
5
6
#include <fmt/format.h>
7
8
namespace
iv::logic::utils
9
{
10
11
inline
iv::types::externalParameterOnlineId
12
generateExternalParameterOnlineId
(
const
iv::types::logic::libraryTagName
&libBlockTag,
13
const
std::string &externalParamTag)
14
{
15
return
fmt::format(
"{}-{}"
, libBlockTag, externalParamTag);
16
}
17
18
}
// namespace iv::logic::utils
19
20
#endif
//IV_SRC_LOGIC_UTILS_HPP_
defines.hpp
iv::logic::utils
Definition
utils.hpp:9
iv::logic::utils::generateExternalParameterOnlineId
iv::types::externalParameterOnlineId generateExternalParameterOnlineId(const iv::types::logic::libraryTagName &libBlockTag, const std::string &externalParamTag)
Definition
utils.hpp:12
iv::types::logic::libraryTagName
std::string libraryTagName
Definition
types.hpp:131
iv::types::externalParameterOnlineId
std::string externalParameterOnlineId
Definition
types.hpp:83
src
logic
utils.hpp
Generated by
1.12.0