Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
TMD5.h File Reference
#include "Rtypes.h"

Classes

class  TMD5
 This code implements the MD5 message-digest algorithm. More...

Functions

Bool_t operator!= (const TMD5 &m1, const TMD5 &m2)
TBufferoperator<< (TBuffer &buf, const TMD5 &md5)
 Input operator. Delegate to Streamer.
Bool_t operator== (const TMD5 &m1, const TMD5 &m2)
 Compare two message digests for equality.
TBufferoperator>> (TBuffer &buf, TMD5 &md5)

Function Documentation

◆ operator!=()

Bool_t operator!= ( const TMD5 & m1,
const TMD5 & m2 )
inline

Definition at line 91 of file TMD5.h.

◆ operator<<()

TBuffer & operator<< ( TBuffer & buf,
const TMD5 & md5 )

Input operator. Delegate to Streamer.

Definition at line 553 of file TMD5.cxx.

◆ operator==()

Bool_t operator== ( const TMD5 & m1,
const TMD5 & m2 )

Compare two message digests for equality.

Definition at line 371 of file TMD5.cxx.

◆ operator>>()

TBuffer & operator>> ( TBuffer & buf,
TMD5 & md5 )
inline

Definition at line 85 of file TMD5.h.