FreeFOAM The Cross-Platform CFD Toolkit
sha1streambuf Class Reference

A streambuf class for calculating SHA1 digests. More...

#include <src/OpenFOAM/db/IOstreams/hashes/OSHA1stream.H>


Detailed Description

A streambuf class for calculating SHA1 digests.

Definition at line 54 of file OSHA1stream.H.

List of all members.

Public Member Functions

 sha1streambuf ()
 Construct null.
virtual std::streamsize xsputn (const char *str, std::streamsize n)
 Process unbuffered.

Friends

class osha1stream

Constructor & Destructor Documentation

sha1streambuf ( )
inline

Construct null.

Definition at line 70 of file OSHA1stream.H.


Member Function Documentation

virtual std::streamsize xsputn ( const char *  str,
std::streamsize  n 
)
inlinevirtual

Process unbuffered.

Definition at line 78 of file OSHA1stream.H.

References SHA1::append().


Friends And Related Function Documentation

friend class osha1stream
friend

Definition at line 63 of file OSHA1stream.H.


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