Public Member Functions | Protected Types | Protected Member Functions | Protected Attributes | List of all members
OSHA1streamAllocator Class Reference
Inheritance diagram for OSHA1streamAllocator:
Inheritance graph
[legend]
Collaboration diagram for OSHA1streamAllocator:
Collaboration graph
[legend]

Public Member Functions

SHA1sha1 ()
 
SHA1Digest digest ()
 
void reset ()
 

Protected Types

typedef osha1stream stream_type
 

Protected Member Functions

 OSHA1streamAllocator ()=default
 

Protected Attributes

stream_type stream_
 

Detailed Description

Definition at line 123 of file OSHA1stream.H.

Member Typedef Documentation

◆ stream_type

typedef osha1stream stream_type
protected

Definition at line 129 of file OSHA1stream.H.

Constructor & Destructor Documentation

◆ OSHA1streamAllocator()

OSHA1streamAllocator ( )
protecteddefault

Member Function Documentation

◆ sha1()

SHA1& sha1 ( )
inline

Definition at line 146 of file OSHA1stream.H.

References osha1stream::sha1(), and OSHA1streamAllocator::stream_.

Referenced by OSHA1stream::rewind().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ digest()

SHA1Digest digest ( )
inline

Definition at line 153 of file OSHA1stream.H.

References osha1stream::sha1(), and OSHA1streamAllocator::stream_.

Here is the call graph for this function:

◆ reset()

void reset ( )
inline

Definition at line 160 of file OSHA1stream.H.

References osha1stream::sha1(), and OSHA1streamAllocator::stream_.

Here is the call graph for this function:

Member Data Documentation

◆ stream_

stream_type stream_
protected

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