|
hpp-util 6.1.0
Debugging tools for the HPP project.
|
Namespaces | |
| namespace | 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 |
| std::vector< std::string > hpp::util::string_split | ( | InputIt | first, |
| InputIt | last, | ||
| const char & | c ) |
| 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 ) |
| bool hpp::util::string_split | ( | InputIt | first, |
| InputIt | last, | ||
| const char * | c, | ||
| Predicate | p ) |
| const char * hpp::util::version = PACKAGE_VERSION |