#include <string>Go to the source code of this file.
Defines | |
| #define | _String_h_ |
Functions | |
| bool | regexEquiv (const char *str_, const char *s, bool checkCase) |
| const std::string | nullString ("") |
| bool | prefixed_by (std::string &haystack, std::string &prefix) |
| bool | prefixed_by (std::string &haystack, const char *prefix) |
| bool | suffixed_by (std::string &haystack, std::string &suffix) |
| bool | suffixed_by (std::string &haystack, const char *suffix) |
| #define _String_h_ |
Definition at line 37 of file string-regex.h.
| const std::string nullString | ( | "" | ) |
| bool prefixed_by | ( | std::string & | haystack, | |
| const char * | prefix | |||
| ) |
Definition at line 239 of file string-regex.C.
References prefixed_by().
| bool prefixed_by | ( | std::string & | haystack, | |
| std::string & | prefix | |||
| ) |
Definition at line 226 of file string-regex.C.
Referenced by prefixed_by().
| bool regexEquiv | ( | const char * | str_, | |
| const char * | s, | |||
| bool | checkCase | |||
| ) |
Definition at line 188 of file string-regex.C.
Referenced by Dyninst::SymtabAPI::Symtab::findSymbol().
| bool suffixed_by | ( | std::string & | haystack, | |
| const char * | suffix | |||
| ) |
Definition at line 264 of file string-regex.C.
References suffixed_by().
| bool suffixed_by | ( | std::string & | haystack, | |
| std::string & | suffix | |||
| ) |
Definition at line 246 of file string-regex.C.
Referenced by suffixed_by().
1.6.1