Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Public Member Functions | Private Types | Private Attributes | List of all members
CSignatureCache Class Reference

Public Member Functions

bool Get (const uint256 &hash, const std::vector< unsigned char > &vchSig, const CPubKey &pubKey)
 
void Set (const uint256 &hash, const std::vector< unsigned char > &vchSig, const CPubKey &pubKey)
 

Private Types

typedef boost::tuple< uint256,
std::vector< unsigned char >
, CPubKey
sigdata_type
 

Private Attributes

std::set< sigdata_typesetValid
 
boost::shared_mutex cs_sigcache
 

Detailed Description

Definition at line 1032 of file script.cpp.

Member Typedef Documentation

typedef boost::tuple<uint256, std::vector<unsigned char>, CPubKey> CSignatureCache::sigdata_type
private

Definition at line 1036 of file script.cpp.

Member Function Documentation

bool CSignatureCache::Get ( const uint256 hash,
const std::vector< unsigned char > &  vchSig,
const CPubKey pubKey 
)
inline

Definition at line 1042 of file script.cpp.

void CSignatureCache::Set ( const uint256 hash,
const std::vector< unsigned char > &  vchSig,
const CPubKey pubKey 
)
inline

Definition at line 1053 of file script.cpp.

Member Data Documentation

boost::shared_mutex CSignatureCache::cs_sigcache
private

Definition at line 1038 of file script.cpp.

std::set< sigdata_type> CSignatureCache::setValid
private

Definition at line 1037 of file script.cpp.


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