COOPY » Guide  version 0.6.5
Public Member Functions
coopy::store::Sha1Generator Class Reference

#include <Sha1Generator.h>

Public Member Functions

void add (const std::string &str)
void add (const char *txt, int len)
std::string finish ()

Detailed Description

Definition at line 15 of file Sha1Generator.h.


Member Function Documentation

void coopy::store::Sha1Generator::add ( const std::string &  str) [inline]

Definition at line 17 of file Sha1Generator.h.

Referenced by coopy_add_function(), and coopy::store::DataSheet::getHash().

void coopy::store::Sha1Generator::add ( const char *  txt,
int  len 
) [inline]

Definition at line 21 of file Sha1Generator.h.

References sha1sum_step_text().

std::string coopy::store::Sha1Generator::finish ( ) [inline]

Definition at line 25 of file Sha1Generator.h.

References sha1sum_finish().

Referenced by coopy_set_function(), and coopy::store::DataSheet::getHash().


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines