osha1stream Class Reference

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

Inheritance diagram for osha1stream:
[legend]
Collaboration diagram for osha1stream:
[legend]

Public Member Functions

 osha1stream ()
 Default construct. More...
 
sha1buf * rdbuf ()
 This hides both signatures of std::basic_ios::rdbuf() More...
 
SHA1sha1 () noexcept
 Full access to the sha1. More...
 

Detailed Description

A basic output stream for calculating SHA1 digests.

Definition at line 50 of file OSHA1stream.H.

Constructor & Destructor Documentation

◆ osha1stream()

osha1stream ( )
inline

Default construct.

Definition at line 102 of file OSHA1stream.H.

Member Function Documentation

◆ rdbuf()

sha1buf * rdbuf ( )
inline

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

Definition at line 111 of file OSHA1stream.H.

Referenced by OStringStream::rewind().

Here is the caller graph for this function:

◆ sha1()

SHA1 & sha1 ( )
inlinenoexcept

Full access to the sha1.

Definition at line 117 of file OSHA1stream.H.

Referenced by OSHA1streamAllocator::digest(), OSHA1streamAllocator::reset(), and OSHA1streamAllocator::sha1().

Here is the caller graph for this function:

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