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

NLMISC::EmitterEqualPred Struct Reference

+ + + + + + + + + +

Public Member Functions

 EmitterEqualPred (IEventEmitter *e)
bool operator() (const std::pair< IEventEmitter *, bool > &el)

Data Fields

IEventEmitterE
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + +
NLMISC::EmitterEqualPred::EmitterEqualPred IEventEmitter e  )  [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 36 of file event_emitter_multi.cpp. +

+References E. +

+

00036 : E(e) {}
+
+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
bool NLMISC::EmitterEqualPred::operator() const std::pair< IEventEmitter *, bool > &  el  )  [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 38 of file event_emitter_multi.cpp. +

+References E. +

+

00039         {
+00040                 return el.first == E;
+00041         }
+
+


Field Documentation

+

+ + + + +
+ + +
IEventEmitter* NLMISC::EmitterEqualPred::E +
+
+ + + + + +
+   + + +

+ +

+Definition at line 37 of file event_emitter_multi.cpp. +

+Referenced by EmitterEqualPred(), and operator()().

+


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