5#ifndef __IRR_PATH_H_INCLUDED__
6#define __IRR_PATH_H_INCLUDED__
36 return InternalName < other.InternalName;
Axis aligned bounding box in 3d dimensional space.
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.
core::string< fschar_t > path
Type used for all file system related strings.
Everything in the Irrlicht Engine can be found in this namespace.
Used in places where we identify objects by a filename, but don't actually work with the real filenam...
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.