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/a02332.html | 167 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 167 insertions(+) create mode 100644 docs/doxygen/nel/a02332.html (limited to 'docs/doxygen/nel/a02332.html') diff --git a/docs/doxygen/nel/a02332.html b/docs/doxygen/nel/a02332.html new file mode 100644 index 00000000..21d40dfa --- /dev/null +++ b/docs/doxygen/nel/a02332.html @@ -0,0 +1,167 @@ + + +NeL: NLMISC::CCategoryMap class Reference + + + +
+

NLMISC::CCategoryMap Class Reference

+ + + + + + + + + + + + + +

Public Member Functions

 CCategoryMap ()

Data Fields

uint BlockCount
uint Max
uint Min
uint Size
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NLMISC::CCategoryMap::CCategoryMap  )  [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 1380 of file misc/heap_allocator.cpp. +

+

01381         {
+01382                 BlockCount = 0;
+01383                 Size = 0;
+01384                 Min = 0xffffffff;
+01385                 Max = 0;
+01386         }
+
+


Field Documentation

+

+ + + + +
+ + +
uint NLMISC::CCategoryMap::BlockCount +
+
+ + + + + +
+   + + +

+ +

+Definition at line 1387 of file misc/heap_allocator.cpp.

+

+ + + + +
+ + +
uint NLMISC::CCategoryMap::Max +
+
+ + + + + +
+   + + +

+ +

+Definition at line 1390 of file misc/heap_allocator.cpp.

+

+ + + + +
+ + +
uint NLMISC::CCategoryMap::Min +
+
+ + + + + +
+   + + +

+ +

+Definition at line 1389 of file misc/heap_allocator.cpp.

+

+ + + + +
+ + +
uint NLMISC::CCategoryMap::Size +
+
+ + + + + +
+   + + +

+ +

+Definition at line 1388 of file misc/heap_allocator.cpp.

+


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