![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
This is the complete list of members for CPubKey, including all inherited members.
begin() const | CPubKey | inline |
CPubKey() | CPubKey | inline |
CPubKey(const T pbegin, const T pend) | CPubKey | inline |
CPubKey(const std::vector< unsigned char > &vch) | CPubKey | inline |
Decompress() | CPubKey | |
end() const | CPubKey | inline |
GetHash() const | CPubKey | inline |
GetID() const | CPubKey | inline |
GetLen(unsigned char chHeader) | CPubKey | inlineprivatestatic |
GetSerializeSize(int nType, int nVersion) const | CPubKey | inline |
Invalidate() | CPubKey | inlineprivate |
IsCompressed() const | CPubKey | inline |
IsFullyValid() const | CPubKey | |
IsValid() const | CPubKey | inline |
operator!=(const CPubKey &a, const CPubKey &b) | CPubKey | friend |
operator<(const CPubKey &a, const CPubKey &b) | CPubKey | friend |
operator==(const CPubKey &a, const CPubKey &b) | CPubKey | friend |
operator[](unsigned int pos) const | CPubKey | inline |
RecoverCompact(const uint256 &hash, const std::vector< unsigned char > &vchSig) | CPubKey | |
Serialize(Stream &s, int nType, int nVersion) const | CPubKey | inline |
Set(const T pbegin, const T pend) | CPubKey | inline |
size() const | CPubKey | inline |
Unserialize(Stream &s, int nType, int nVersion) | CPubKey | inline |
vch | CPubKey | private |
Verify(const uint256 &hash, const std::vector< unsigned char > &vchSig) const | CPubKey | |
VerifyCompact(const uint256 &hash, const std::vector< unsigned char > &vchSig) const | CPubKey |