Added Util::stringToBool utility function.
This commit is contained in:
parent
d7fb7dd779
commit
1e9ee73bfe
2 changed files with 20 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
#include <string>
|
||||
|
||||
|
||||
namespace Util{
|
||||
bool stringToBool(std::string & str);
|
||||
}
|
||||
|
||||
namespace Bit{
|
||||
//bitfield getters
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue