FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

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.

Collaboration diagram for sha1streambuf:

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  
) [inline, virtual]

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: