#include <context_sound.h>
Public Member Functions | |
size_t | operator() (const CContextMatcher &patternMatcher) const |
|
Definition at line 93 of file context_sound.h. References NLSOUND::CContextMatcher< NbJoker, UseRandom, Shift >::getHashValue().
00094 {
00095 return patternMatcher.getHashValue();
00096 }
|