Replace 'iox::string' with semantically appropriate types like FilePath
#2018
Labels
enhancement
New feature
good first issue
Good for newcomers
technical debt
unclean code and design flaws
Brief feature description
In many places an
iox::string
is used instead of a semantically more appropriate type likeFilePath
. In order to prevent superfluous checks and easy to make mistakes the semantically appropriate type shall be used.See also #2016 (comment)
Detailed information
Tasks
iox::string
in the APIiox::string
withFileName
,UserName
,GroupName
,FilePath
andPath
FileName
forRuntineName_t
, which is aniox::string
aliasFileName
fordetail::PosixSharedMemory::Name_t
, which is aniox::string
aliasThe text was updated successfully, but these errors were encountered: