|
arsa
2.7
|
Used in places where we identify objects by a filename, but don't actually work with the real filename. More...
#include <path.h>
Public Member Functions | |
| SNamedPath () | |
| Constructor. More... | |
| SNamedPath (const path &p) | |
| Constructor. More... | |
| bool | operator< (const SNamedPath &other) const |
| Is smaller comparator. More... | |
| void | setPath (const path &p) |
| Set the path. More... | |
| const path & | getPath () const |
| Get the path. More... | |
| const path & | getInternalName () const |
| operator core::stringc () const | |
| Implicit cast to io::path. More... | |
| operator core::stringw () const | |
| Implicit cast to io::path. More... | |
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 |
|
inline |
Implicit cast to io::path.
Definition at line 65 of file path.h.
|
inline |
1.8.15