#include "debug/Log.h"
#include "StringUtils.h"
Go to the source code of this file.
Namespaces | |
namespace | oasys |
Functions | |
int | oasys::tokenize (const std::string &str, const std::string &sep, std::vector< std::string > *tokens) |
Tokenize a single string into a vector. | |
const char * | oasys::bool_to_str (bool b) |
const char * | oasys::str_if (bool b, const char *true_str, const char *false_str) |