tue_config
src
loaders
loader_functions.h
Go to the documentation of this file.
1
#ifndef TUE_CONFIG_LOADERS_LOADER_FUNCTIONS_H_
2
#define TUE_CONFIG_LOADERS_LOADER_FUNCTIONS_H_
3
4
#include <
string
>
5
6
namespace
tue
7
{
8
namespace
config
9
{
10
17
bool
strToBool
(
std::string
s,
bool
& rhs);
18
19
}
20
21
}
22
23
#endif // TUE_CONFIG_LOADERS_LOADER_FUNCTIONS_H_
std::string
tue::config::strToBool
bool strToBool(std::string s, bool &rhs)
strToBool Converts a string to a boolean of matches one of the following: y, n, yes,...
Definition:
loader_functions.cpp:10
tue
config
tue::config::ReaderWriter config
Definition:
sdf_gtest.cpp:9
string
Generated on Sun Feb 23 2025 04:34:23 for tue_config by
1.8.17