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

NLMISC::CTaskManager::CWaitingTask Class Reference

#include <task_manager.h> +

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

Public Member Functions

 CWaitingTask (IRunnable *task, float priority)
bool operator< (const CWaitingTask &other) const

Data Fields

float Priority
IRunnableTask
+


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
NLMISC::CTaskManager::CWaitingTask::CWaitingTask IRunnable task,
float  priority
[inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 130 of file task_manager.h. +

+References Task. +

+

00131                 {
+00132                         Task = task;
+00133                         Priority = priority;
+00134                 }
+
+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
bool NLMISC::CTaskManager::CWaitingTask::operator< const CWaitingTask other  )  const [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 139 of file task_manager.h. +

+References Priority. +

+

00140                 {
+00141                         return Priority < other.Priority;
+00142                 }
+
+


Field Documentation

+

+ + + + +
+ + +
float NLMISC::CTaskManager::CWaitingTask::Priority +
+
+ + + + + +
+   + + +

+ +

+Definition at line 136 of file task_manager.h. +

+Referenced by operator<().

+

+ + + + +
+ + +
IRunnable* NLMISC::CTaskManager::CWaitingTask::Task +
+
+ + + + + +
+   + + +

+ +

+Definition at line 135 of file task_manager.h. +

+Referenced by CWaitingTask().

+


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