A basic output stream for calculating SHA1 digests. More...
#include <src/OpenFOAM/db/IOstreams/hashes/OSHA1stream.H>
A basic output stream for calculating SHA1 digests.
Definition at line 91 of file OSHA1stream.H.
Public Member Functions | |
osha1stream () | |
Construct null.
| |
sha1streambuf * | rdbuf () |
This hides both signatures of std::basic_ios::rdbuf()
| |
SHA1 & | sha1 () |
Full access to the sha1.
|
osha1stream | ( | ) | [inline]
|
Construct null.
Definition at line 105 of file OSHA1stream.H.
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.