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

NL3D::CSortVSB Class Reference

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

Public Member Functions

 CSortVSB (CVegetableSortBlock *sb)
 CSortVSB ()
bool operator< (const CSortVSB &o) const

Data Fields

CVegetableSortBlockSb
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NL3D::CSortVSB::CSortVSB  )  [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 1650 of file vegetable_manager.cpp. +

+References Sb. +

+

01650 : Sb(NULL) {}
+
+

+ + + + +
+ + + + + + + + + + +
NL3D::CSortVSB::CSortVSB CVegetableSortBlock sb  )  [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 1651 of file vegetable_manager.cpp. +

+References Sb. +

+

01651 : Sb(sb) {}
+
+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
bool NL3D::CSortVSB::operator< const CSortVSB o  )  const [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 1655 of file vegetable_manager.cpp. +

+References NL3D::CVegetableSortBlock::_SortKey, and Sb. +

+

01656         {
+01657                 return Sb->_SortKey>o.Sb->_SortKey;
+01658         }
+
+


Field Documentation

+

+ + + + +
+ + +
CVegetableSortBlock* NL3D::CSortVSB::Sb +
+
+ + + + + +
+   + + +

+ +

+Definition at line 1648 of file vegetable_manager.cpp. +

+Referenced by CSortVSB(), and operator<().

+


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