From 7028cbe09c688437910a25623098762bf0fa592d Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 28 Mar 2016 22:28:34 +1000 Subject: Move Irrlicht to src/others. --- .../doc/html/structirr_1_1io_1_1_s_named_path.html | 354 +++++++++++++++++++++ 1 file changed, 354 insertions(+) create mode 100644 src/others/irrlicht-1.8.1/doc/html/structirr_1_1io_1_1_s_named_path.html (limited to 'src/others/irrlicht-1.8.1/doc/html/structirr_1_1io_1_1_s_named_path.html') diff --git a/src/others/irrlicht-1.8.1/doc/html/structirr_1_1io_1_1_s_named_path.html b/src/others/irrlicht-1.8.1/doc/html/structirr_1_1io_1_1_s_named_path.html new file mode 100644 index 0000000..620eeec --- /dev/null +++ b/src/others/irrlicht-1.8.1/doc/html/structirr_1_1io_1_1_s_named_path.html @@ -0,0 +1,354 @@ + + + + +Irrlicht 3D Engine: irr::io::SNamedPath Struct Reference + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + + + + + + +
+
Irrlicht 3D Engine + +
+ +
+ + + + + + +
+
+
+ + + + +
+
+ +
+
+
+ +
+
+ +
+
irr::io::SNamedPath Struct Reference
+
+
+ +

Used in places where we identify objects by a filename, but don't actually work with the real filename. + More...

+ +

#include <path.h>

+ +

List of all members.

+

+Public Member Functions

+ +

+Protected Member Functions

+ +

Detailed Description

+

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.

+ +

Definition at line 23 of file path.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + +
irr::io::SNamedPath::SNamedPath () [inline]
+
+
+ +

Constructor.

+ +

Definition at line 26 of file path.h.

+ +
+
+ +
+
+ + + + + + + + +
irr::io::SNamedPath::SNamedPath (const pathp) [inline]
+
+
+ +

Constructor.

+ +

Definition at line 29 of file path.h.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
const path& irr::io::SNamedPath::getInternalName () const [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

+ +

Definition at line 54 of file path.h.

+ +

Referenced by irr::scene::IMeshCache::getMeshFilename().

+ +
+
+ +
+
+ + + + + + + +
const path& irr::io::SNamedPath::getPath () const [inline]
+
+
+ +

Get the path.

+ +

Definition at line 47 of file path.h.

+ +

Referenced by operator core::stringc(), and operator core::stringw().

+ +
+
+ +
+
+ + + + + + + +
irr::io::SNamedPath::operator core::stringc () const [inline]
+
+
+ +

Implicit cast to io::path.

+ +

Definition at line 60 of file path.h.

+ +

References getPath().

+ +
+
+ +
+
+ + + + + + + +
irr::io::SNamedPath::operator core::stringw () const [inline]
+
+
+ +

Implicit cast to io::path.

+ +

Definition at line 65 of file path.h.

+ +

References getPath().

+ +
+
+ +
+
+ + + + + + + + +
bool irr::io::SNamedPath::operator< (const SNamedPathother) const [inline]
+
+
+ +

Is smaller comparator.

+ +

Definition at line 34 of file path.h.

+ +
+
+ +
+
+ + + + + + + + +
path irr::io::SNamedPath::PathToName (const pathp) const [inline, protected]
+
+
+ +

Definition at line 72 of file path.h.

+ +

References irr::core::string< T, TAlloc >::make_lower(), and irr::core::string< T, TAlloc >::replace().

+ +

Referenced by setPath().

+ +
+
+ +
+
+ + + + + + + + +
void irr::io::SNamedPath::setPath (const pathp) [inline]
+
+
+ +

Set the path.

+ +

Definition at line 40 of file path.h.

+ +

References PathToName().

+ +
+
+
The documentation for this struct was generated from the following file: +
+
+ + + + + -- cgit v1.1