|
a/libupnpp/upnpp_p.hxx |
|
b/libupnpp/upnpp_p.hxx |
|
... |
|
... |
31 |
extern void trimstring(std::string &s, const char *ws = " \t\n");
|
31 |
extern void trimstring(std::string &s, const char *ws = " \t\n");
|
32 |
extern std::string path_getfather(const std::string &s);
|
32 |
extern std::string path_getfather(const std::string &s);
|
33 |
extern std::string path_getsimple(const std::string &s);
|
33 |
extern std::string path_getsimple(const std::string &s);
|
34 |
template <class T> bool csvToStrings(const std::string& s, T &tokens);
|
34 |
template <class T> bool csvToStrings(const std::string& s, T &tokens);
|
35 |
|
35 |
|
|
|
36 |
// @return false if s does not look like a bool at all (does not begin
|
|
|
37 |
// with [FfNnYyTt01]
|
|
|
38 |
extern bool stringToBool(const std::string& s, bool *v);
|
|
|
39 |
|
36 |
#endif /* _UPNPP_H_X_INCLUDED_ */
|
40 |
#endif /* _UPNPP_H_X_INCLUDED_ */
|