TuttleOFX
1
|
#include <boost/algorithm/string/predicate.hpp>
#include <string>
#include <iostream>
#include <tuttle/common/utils/global.hpp>
#include <csignal>
Go to the source code of this file.
Functions | |
bool | string_to_boolean (const std::string &str) |
void | signal_callback_handler (int signum) |
void signal_callback_handler | ( | int | signum | ) |
Definition at line 16 of file utility.hpp.
References TUTTLE_LOG_WARNING.
Referenced by main(), printProperties(), and sammvcp().
bool string_to_boolean | ( | const std::string & | str | ) |
Definition at line 11 of file utility.hpp.