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

NLMISC::CAsyncFileManager::CSignal Class Reference

Inheritance diagram for NLMISC::CAsyncFileManager::CSignal: +

+ +NLMISC::IRunnable + + + + + + + + + + + + + +

Public Member Functions

 CSignal (bool *pSgn)
void getName (std::string &result) const
void run (void)

Data Fields

bool * Sgn
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + +
NLMISC::CAsyncFileManager::CSignal::CSignal bool *  pSgn  ) 
+
+ + + + + +
+   + + +

+ +

+Definition at line 295 of file async_file_manager.cpp. +

+References Sgn. +

+

00296 {
+00297         Sgn = pSgn;
+00298         *Sgn = false;
+00299 }
+
+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
void NLMISC::CAsyncFileManager::CSignal::getName std::string &  result  )  const [virtual]
+
+ + + + + +
+   + + +

+ +

+Reimplemented from NLMISC::IRunnable. +

+Definition at line 308 of file async_file_manager.cpp. +

+

00309 {
+00310         result = "Signal";
+00311 }
+
+

+ + + + +
+ + + + + + + + + + +
void NLMISC::CAsyncFileManager::CSignal::run void   )  [virtual]
+
+ + + + + +
+   + + +

+ +

+Implements NLMISC::IRunnable. +

+Definition at line 302 of file async_file_manager.cpp. +

+References Sgn. +

+

00303 {
+00304         *Sgn = true;
+00305 }
+
+


Field Documentation

+

+ + + + +
+ + +
bool* NLMISC::CAsyncFileManager::CSignal::Sgn +
+
+ + + + + +
+   + + +

+ +

+Definition at line 113 of file async_file_manager.h. +

+Referenced by NLMISC::CAsyncFileManager::cancelSignal(), CSignal(), and run().

+


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