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/a03377.html | 116 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 116 insertions(+) create mode 100644 docs/doxygen/nel/a03377.html (limited to 'docs/doxygen/nel/a03377.html') diff --git a/docs/doxygen/nel/a03377.html b/docs/doxygen/nel/a03377.html new file mode 100644 index 00000000..ef71b6b5 --- /dev/null +++ b/docs/doxygen/nel/a03377.html @@ -0,0 +1,116 @@ + + +NeL: NL3D::CShapeBank::CShapeCache struct Reference + + + +
+

NL3D::CShapeBank::CShapeCache Struct Reference

+ + + + + + + + + +

Public Member Functions

 CShapeCache ()

Data Fields

std::list< IShape * > Elements
sint32 MaxSize
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NL3D::CShapeBank::CShapeCache::CShapeCache  )  [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 212 of file shape_bank.h. +

+References MaxSize. +

+

00212 { MaxSize = 0; }
+
+


Field Documentation

+

+ + + + +
+ + +
std::list<IShape*> NL3D::CShapeBank::CShapeCache::Elements +
+
+ + + + + +
+   + + +

+ +

+Definition at line 210 of file shape_bank.h. +

+Referenced by NL3D::CShapeBank::addRef(), NL3D::CShapeBank::checkShapeCache(), and NL3D::CShapeBank::release().

+

+ + + + +
+ + +
sint32 NL3D::CShapeBank::CShapeCache::MaxSize +
+
+ + + + + +
+   + + +

+ +

+Definition at line 211 of file shape_bank.h. +

+Referenced by NL3D::CShapeBank::checkShapeCache(), CShapeCache(), NL3D::CShapeBank::removeShapeCache(), and NL3D::CShapeBank::reset().

+


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