hpp-util 4.15.1
Debugging tools for the HPP project.
Loading...
Searching...
No Matches
hpp::util Namespace Reference

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
 

Function Documentation

◆ checkVersion()

int hpp::util::checkVersion ( const char *  header_version)

◆ iequal()

bool hpp::util::iequal ( const std::string &  a,
const std::string &  b 
)
inline

◆ string_split() [1/4]

template<typename InputIt >
std::vector< std::string > hpp::util::string_split ( InputIt  first,
InputIt  last,
const char &  c 
)

◆ string_split() [2/4]

template<typename InputIt , typename Predicate >
bool hpp::util::string_split ( InputIt  first,
InputIt  last,
const char &  c,
Predicate  p 
)

◆ string_split() [3/4]

template<typename InputIt >
std::vector< std::string > hpp::util::string_split ( InputIt  first,
InputIt  last,
const char *  c 
)

◆ string_split() [4/4]

template<typename InputIt , typename Predicate >
bool hpp::util::string_split ( InputIt  first,
InputIt  last,
const char *  c,
Predicate  p 
)

Variable Documentation

◆ version

const char * hpp::util::version = PACKAGE_VERSION