ProteoWizard
|
model of boost::iostreams::SymmetricFilter More...
#include <SHA1_ostream.hpp>
Public Types | |
typedef char | char_type |
Public Member Functions | |
bool | filter (const char *&src_begin, const char *src_end, char *&dest_begin, char *dest_end, bool flush) |
void | close () |
std::string | hash () |
Private Attributes | |
SHA1Calculator | sha1_ |
model of boost::iostreams::SymmetricFilter
Definition at line 39 of file SHA1_ostream.hpp.
typedef char pwiz::util::SHA1SymmetricFilter::char_type |
Definition at line 43 of file SHA1_ostream.hpp.
|
inline |
Definition at line 45 of file SHA1_ostream.hpp.
References sha1_, and pwiz::util::SHA1Calculator::update().
Referenced by pwiz::util::SHA1Filter::hash().
|
inline |
Definition at line 59 of file SHA1_ostream.hpp.
|
inline |
Definition at line 61 of file SHA1_ostream.hpp.
References pwiz::util::SHA1Calculator::hashProjected(), and sha1_.
|
private |
Definition at line 64 of file SHA1_ostream.hpp.