HOPS
HOPS class reference
|
#include <complex>
#include <cstddef>
#include <fstream>
#include <iomanip>
#include <iostream>
#include <stdint.h>
#include <stdio.h>
#include <string>
#include "MHO_UUID.hh"
#include "picohash.h"
Go to the source code of this file.
Classes | |
class | hops::MHO_MD5HashGenerator |
Class MHO_MD5HashGenerator declares the concrete class which does the work for file streams. More... | |
class | hops::MHO_MD5HashGeneratorMultiType< XValueType > |
Class MHO_MD5HashGeneratorMultiType<XValueType> declares the specialization for the base case of the recursion (in which the parameter XValueType is just a single type) More... | |
class | hops::MHO_MD5HashGeneratorMultiType< XValueType, XValueTypeS... > |
Class MHO_MD5HashGeneratorMultiType<XValueType, XValueTypeS...> carry out the typelist recursion. More... | |
class | hops::MHO_MD5HashGeneratorSingleType< XValueType > |
Class MHO_MD5HashGeneratorSingleType - template class for a single-type streamer, generic for most POD types. More... | |
class | hops::MHO_MD5HashGeneratorSingleType< std::string > |
Class MHO_MD5HashGeneratorSingleType<std::string> specialization for string type. More... | |
Namespaces | |
hops | |
Typedefs | |
typedef MHO_MD5HashGeneratorMultiType< bool, char, unsigned char, short, unsigned short, int, unsigned int, long, unsigned long, long long, unsigned long long, float, double, long double, std::string > | hops::MHO_MD5HashGeneratorBasicTypes |