5#ifndef __IRR_PATH_H_INCLUDED__
6#define __IRR_PATH_H_INCLUDED__
36 return InternalName < other.InternalName;
string< T, TAlloc > & replace(T toReplace, T replaceWith)
Replaces all characters of a special type with another one.
string< T, TAlloc > & make_lower()
Makes the string lower case.
string< c8 > stringc
Typedef for character strings.
string< wchar_t > stringw
Typedef for wide character strings.
This namespace provides interfaces for input/output: Reading and writing files, accessing zip archive...
core::string< fschar_t > path
Type used for all file system related strings.
Everything in the Irrlicht Engine can be found in this namespace.
const path & getInternalName() const
void setPath(const path &p)
Set the path.
path PathToName(const path &p) const
const path & getPath() const
Get the path.
SNamedPath(const path &p)
Constructor.
bool operator<(const SNamedPath &other) const
Is smaller comparator.