RSTT  3.2.0
Regional Seismic Travel Time
All Classes Namespaces Files Functions Variables Typedefs Friends Macros
util::md5step< f > Class Template Reference

Primary MD5 algorithmic step function object. The function object is templated (class f) off of the four MD5 functions f1, f2, f3, and f4 defined below. More...

#include <MD50.h>

Public Member Functions

void operator() (uint32 &w, uint32 x, uint32 y, uint32 z, uint32 data, uint32 s)
 overloaded function operator More...
 

Detailed Description

template<class f>
class util::md5step< f >

Primary MD5 algorithmic step function object. The function object is templated (class f) off of the four MD5 functions f1, f2, f3, and f4 defined below.

Definition at line 352 of file MD50.h.

Member Function Documentation

◆ operator()()

template<class f >
void util::md5step< f >::operator() ( uint32 w,
uint32  x,
uint32  y,
uint32  z,
uint32  data,
uint32  s 
)
inline

overloaded function operator

Definition at line 357 of file MD50.h.


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