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/a02668.html | 68 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 docs/doxygen/nel/a02668.html (limited to 'docs/doxygen/nel/a02668.html') diff --git a/docs/doxygen/nel/a02668.html b/docs/doxygen/nel/a02668.html new file mode 100644 index 00000000..745c8764 --- /dev/null +++ b/docs/doxygen/nel/a02668.html @@ -0,0 +1,68 @@ + + +NeL: NLMISC::CInputDeviceEventLess struct Reference + + + +
+

NLMISC::CInputDeviceEventLess Struct Reference

+ + + + +

Public Member Functions

bool operator() (const IInputDeviceEvent *lhs, const IInputDeviceEvent *rhs) const
+

Member Function Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
bool NLMISC::CInputDeviceEventLess::operator() const IInputDeviceEvent lhs,
const IInputDeviceEvent rhs
const [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 60 of file input_device_server.cpp. +

+

00061         {
+00062                 return *lhs < *rhs;
+00063         }
+
+


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