From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/a02637.html | 135 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 135 insertions(+) create mode 100644 docs/doxygen/nel/a02637.html (limited to 'docs/doxygen/nel/a02637.html') diff --git a/docs/doxygen/nel/a02637.html b/docs/doxygen/nel/a02637.html new file mode 100644 index 00000000..61dd8c06 --- /dev/null +++ b/docs/doxygen/nel/a02637.html @@ -0,0 +1,135 @@ + + +NeL: NL3D::CHLSTextureBank::CTextureInstanceHandle class Reference + + + +
+

NL3D::CHLSTextureBank::CTextureInstanceHandle Class Reference

#include <hls_texture_bank.h> +

+ + + + + + + + + + +

Public Member Functions

bool operator< (const CTextureInstanceHandle &t) const
bool operator<= (const CTextureInstanceHandle &t) const

Data Fields

CTextureInstanceTexture
+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
bool NL3D::CHLSTextureBank::CTextureInstanceHandle::operator< const CTextureInstanceHandle t  )  const [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 95 of file hls_texture_bank.h. +

+References t. +

+

00096                 {
+00097                         // Compare the texture.
+00098                         return *Texture<*t.Texture;
+00099                 }
+
+

+ + + + +
+ + + + + + + + + + +
bool NL3D::CHLSTextureBank::CTextureInstanceHandle::operator<= const CTextureInstanceHandle t  )  const [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 101 of file hls_texture_bank.h. +

+References t. +

+

00102                 {
+00103                         // Compare the texture.
+00104                         return *Texture<=*t.Texture;
+00105                 }
+
+


Field Documentation

+

+ + + + +
+ + +
CTextureInstance* NL3D::CHLSTextureBank::CTextureInstanceHandle::Texture +
+
+ + + + + +
+   + + +

+ +

+Definition at line 92 of file hls_texture_bank.h. +

+Referenced by NL3D::CHLSTextureBank::fillHandleArray(), and NL3D::CHLSTextureManager::findTexture().

+


The documentation for this class was generated from the following file: +
Generated on Tue Mar 16 06:47:09 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1