|
g4tools
5.4.0
|
#include <string>#include <vector>

Go to the source code of this file.
Namespaces | |
| tools | |
| inlined C code : /////////////////////////////////// | |
Macros | |
| #define | tools_b2s |
Functions | |
| void | tools::b2s (bool a_value, std::string &a_s) |
| void | tools::bas (bool a_value, std::string &a_s) |
| void | tools::b2s (const std::vector< bool > &a_vals, std::string &a_s, const std::string &a_sep="\n", bool a_sep_at_end=false) |