|
arsa
2.7
|
File containing useful basic utility functions. More...
Go to the source code of this file.
Namespaces | |
| irr | |
| Everything in the Irrlicht Engine can be found in this namespace. | |
| irr::core | |
| Basic classes such as vectors, planes, arrays, lists, and so on can be found in this namespace. | |
Functions | |
| s32 | irr::core::isFileExtension (const io::path &filename, const io::path &ext0, const io::path &ext1, const io::path &ext2) |
| search if a filename has a proper extension More... | |
| bool | irr::core::hasFileExtension (const io::path &filename, const io::path &ext0, const io::path &ext1="", const io::path &ext2="") |
| search if a filename has a proper extension More... | |
| io::path & | irr::core::cutFilenameExtension (io::path &dest, const io::path &source) |
| cut the filename extension from a source file path and store it in a dest file path More... | |
| io::path & | irr::core::getFileNameExtension (io::path &dest, const io::path &source) |
| get the filename extension from a file path More... | |
| io::path & | irr::core::deletePathFromFilename (io::path &filename) |
| delete path from filename More... | |
| io::path & | irr::core::deletePathFromPath (io::path &filename, s32 pathCount) |
| trim paths More... | |
| s32 | irr::core::isInSameDirectory (const io::path &path, const io::path &file) |
| s32 | irr::core::isdigit (s32 c) |
| some standard function ( to remove dependencies ) More... | |
| s32 | irr::core::isspace (s32 c) |
| s32 | irr::core::isupper (s32 c) |
File containing useful basic utility functions.
Definition in file coreutil.h.
1.8.15