| Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members |
#include "irrString.h"Go to the source code of this file.
Namespaces | |
| namespace | irr |
| namespace | irr::core |
Functions | |
| stringc & | cutFilenameExtension (stringc &dest, const stringc &source) |
| cut the filename extension from a string | |
| stringc & | getFileNameExtension (stringc &dest, const stringc &source) |
| get the filename extension from a string | |
| s32 | isdigit (s32 c) |
| some standard function ( to remove dependencies ) | |
| s32 | isspace (s32 c) |
| s32 | isupper (s32 c) |
|
||||||||||||
|
cut the filename extension from a string
Definition at line 22 of file coreutil.h. References irr::core::string< T, TAlloc >::findLast(), irr::core::string< T, TAlloc >::size(), and irr::core::string< T, TAlloc >::subString(). Referenced by irr::scene::quake3::getTextures(). |
|
||||||||||||
|
get the filename extension from a string
Definition at line 30 of file coreutil.h. References irr::core::string< T, TAlloc >::findLast(), irr::core::string< T, TAlloc >::size(), and irr::core::string< T, TAlloc >::subString(). |
|
|
some standard function ( to remove dependencies )
Definition at line 44 of file coreutil.h. |
|
|
Definition at line 45 of file coreutil.h. |
|
|
Definition at line 46 of file coreutil.h. |
| The Irrlicht
Engine Documentation © 2003-2008 by Nikolaus Gebhardt. Generated
on Sun Jun 1 07:59:09 2008 by Doxygen
(1.4.2) |