![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include <bls_wrapper.h>
Public Member Functions | |
| CBLSLazyWrapper () | |
| CBLSLazyWrapper (const CBLSLazyWrapper &r) | |
| CBLSLazyWrapper & | operator= (const CBLSLazyWrapper &r) |
| template<typename Stream > | |
| void | Serialize (Stream &s) const |
| template<typename Stream > | |
| void | Unserialize (Stream &s) |
| void | Set (const BLSObject &_obj) |
| const BLSObject & | Get () const |
| bool | operator== (const CBLSLazyWrapper &r) const |
| bool | operator!= (const CBLSLazyWrapper &r) const |
| uint256 | GetHash () const |
Private Attributes | |
| std::mutex | mutex |
| std::vector< uint8_t > | vecBytes |
| bool | bufValid {false} |
| BLSObject | obj |
| bool | objInitialized {false} |
| uint256 | hash |
Definition at line 272 of file bls_wrapper.h.
|
inline |
Definition at line 286 of file bls_wrapper.h.
|
inline |
Definition at line 292 of file bls_wrapper.h.
|
inline |
|
inline |
|
inline |
Definition at line 381 of file bls_wrapper.h.
|
inline |
Definition at line 297 of file bls_wrapper.h.
|
inline |
|
inline |
|
inline |
Definition at line 341 of file bls_wrapper.h.
|
inline |
|
mutableprivate |
Definition at line 278 of file bls_wrapper.h.
|
mutableprivate |
Definition at line 283 of file bls_wrapper.h.
|
mutableprivate |
Definition at line 275 of file bls_wrapper.h.
|
mutableprivate |
Definition at line 280 of file bls_wrapper.h.
|
mutableprivate |
Definition at line 281 of file bls_wrapper.h.
|
mutableprivate |
Definition at line 277 of file bls_wrapper.h.