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/a02416.html | 70 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 docs/doxygen/nel/a02416.html (limited to 'docs/doxygen/nel/a02416.html') diff --git a/docs/doxygen/nel/a02416.html b/docs/doxygen/nel/a02416.html new file mode 100644 index 00000000..976f34f2 --- /dev/null +++ b/docs/doxygen/nel/a02416.html @@ -0,0 +1,70 @@ + + +NeL: NLSOUND::CContextMatcher< NbJoker, UseRandom, Shift >::CHash struct Reference + + + +
+

NLSOUND::CContextMatcher< NbJoker, UseRandom, Shift >::CHash Struct Reference

#include <context_sound.h> +

+

template<uint NbJoker, bool UseRandom, uint Shift = 5>
+ struct NLSOUND::CContextMatcher< NbJoker, UseRandom, Shift >::CHash

+ + + + + + +

Public Member Functions

size_t operator() (const CContextMatcher &patternMatcher) const
+

Member Function Documentation

+

+ + + + +
+ + + + + + + + + + + + + +
+template<uint NbJoker, bool UseRandom, uint Shift = 5>
size_t NLSOUND::CContextMatcher< NbJoker, UseRandom, Shift >::CHash::operator() const CContextMatcher patternMatcher  )  const [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 93 of file context_sound.h. +

+References NLSOUND::CContextMatcher< NbJoker, UseRandom, Shift >::getHashValue(). +

+

00094                 {
+00095                         return patternMatcher.getHashValue();
+00096                 }
+
+


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