hpp-util
5.0.0
Debugging tools for the HPP project.
|
Namespaces | |
parser | |
Functions | |
template<typename InputIt , typename Predicate > | |
bool | string_split (InputIt first, InputIt last, const char &c, Predicate p) |
template<typename InputIt , typename Predicate > | |
bool | string_split (InputIt first, InputIt last, const char *c, Predicate p) |
template<typename InputIt > | |
std::vector< std::string > | string_split (InputIt first, InputIt last, const char &c) |
template<typename InputIt > | |
std::vector< std::string > | string_split (InputIt first, InputIt last, const char *c) |
bool | iequal (const std::string &a, const std::string &b) |
HPP_UTIL_DLLAPI int | checkVersion (const char *header_version) |
Variables | |
HPP_UTIL_DLLAPI const char * | version = PACKAGE_VERSION |
int hpp::util::checkVersion | ( | const char * | header_version | ) |
|
inline |
bool hpp::util::string_split | ( | InputIt | first, |
InputIt | last, | ||
const char & | c, | ||
Predicate | p | ||
) |
bool hpp::util::string_split | ( | InputIt | first, |
InputIt | last, | ||
const char * | c, | ||
Predicate | p | ||
) |
std::vector<std::string> hpp::util::string_split | ( | InputIt | first, |
InputIt | last, | ||
const char & | c | ||
) |
std::vector<std::string> hpp::util::string_split | ( | InputIt | first, |
InputIt | last, | ||
const char * | c | ||
) |
const char * hpp::util::version = PACKAGE_VERSION |