![]() |
Skylicht Engine
|
Used in places where we identify objects by a filename, but don't actually work with the real filename. More...
#include <C:/Projects/skylicht-engine/Projects/Irrlicht/Include/path.h>
Public Member Functions | |
| SNamedPath () | |
| Constructor. | |
| SNamedPath (const path &p) | |
| Constructor. | |
| bool | operator< (const SNamedPath &other) const |
| Is smaller comparator. | |
| void | setPath (const path &p) |
| Set the path. | |
| const path & | getPath () const |
| Get the path. | |
| const path & | getInternalName () const |
| operator core::stringc () const | |
| Implicit cast to io::path. | |
| operator core::stringw () const | |
| Implicit cast to io::path. | |
Protected Member Functions | |
| path | PathToName (const path &p) const |
Used in places where we identify objects by a filename, but don't actually work with the real filename.
Irrlicht is internally not case-sensitive when it comes to names. Also this class is a first step towards support for correctly serializing renamed objects.
|
inline |
Get the name which is used to identify the file. This string is similar to the names and filenames used before Irrlicht 1.7