#include <composite.h>
Inheritance diagram for lshkit::Xor< LSH >:

Public Types | |
| typedef LSH | Super |
| typedef Super::Domain | Domain |
Public Member Functions | |
| template<typename RNG> | |
| void | reset (const Parameter ¶m, RNG &rng) |
| template<typename RNG> | |
| Xor (const Parameter ¶m, RNG &rng) | |
| unsigned | getRange () const |
| unsigned | operator() (Domain obj) const |
| template<class Archive> | |
| void | serialize (Archive &ar, const unsigned int version) |
Protected Attributes | |
| std::vector< Super > | lsh_ |
Classes | |
| struct | Parameter |