Functions | |
| unsigned int | HashToUInt (const char *pS) |
| Function hashes a string to unsigned int. | |
| unsigned int | HashToUInt (const std::string &s) |
| Function hashes a string to unsigned int. | |
| void | Base (const char *pFilename, char *opBase) |
| Retrieve the basename of a filename. | |
| void | Base (const std::string &filename, std::string &oBase) |
| Retrieve the basename of a filename. | |
| void | Extension (const char *pFilename, char *opExt) |
| Retrieve the extension of a filename. | |
| void | Extension (const std::string &filename, std::string &oExt) |
| Retrieve the extension of a filename. | |
|
||||||||||||
|
Retrieve the extension of a filename.
|
|
||||||||||||
|
Retrieve the extension of a filename.
|
1.2.17