TPIE

2362a60
tpie::HashReflector< H > Struct Template Reference

Buffer based hash reflector. More...

#include <tpie/hash.h>

Public Member Functions

 HashReflector (H &h)
 
void begin (const char *)
 
void end ()
 
void beginArray (size_t x)
 
void endArray ()
 
void name (const char *)
 
void beginStaticArray (size_t)
 
void endStaticArray ()
 
template<typename T >
bool operator() (const T &v)
 
bool operator() (const std::string &v)
 
template<typename T >
bool apply (const T &v)
 

Static Public Attributes

static constexpr bool write = false
 
static constexpr bool arithmetic = true
 
static constexpr bool string = true
 
static constexpr bool trivialSerializable = false
 

Detailed Description

template<typename H>
struct tpie::HashReflector< H >

Buffer based hash reflector.

Definition at line 162 of file hash.h.


The documentation for this struct was generated from the following file: