FreeFOAM The Cross-Platform CFD Toolkit
osha1stream Class Reference

A basic output stream for calculating SHA1 digests. More...

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


Detailed Description

A basic output stream for calculating SHA1 digests.

Definition at line 91 of file OSHA1stream.H.

List of all members.

Public Member Functions

 osha1stream ()
 Construct null.
sha1streambufrdbuf ()
 This hides both signatures of std::basic_ios::rdbuf()
SHA1sha1 ()
 Full access to the sha1.

Constructor & Destructor Documentation

osha1stream ( )
inline

Construct null.

Definition at line 105 of file OSHA1stream.H.


Member Function Documentation

sha1streambuf* rdbuf ( )
inline

This hides both signatures of std::basic_ios::rdbuf()

Definition at line 115 of file OSHA1stream.H.

SHA1& sha1 ( )
inline

Full access to the sha1.

Definition at line 121 of file OSHA1stream.H.


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