![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
RAII encapsulated BN_CTX (OpenSSL bignum context) More...
#include <bignum.h>
Public Member Functions | |
CAutoBN_CTX () | |
~CAutoBN_CTX () | |
operator BN_CTX * () | |
BN_CTX & | operator* () |
BN_CTX ** | operator& () |
bool | operator! () |
Protected Member Functions | |
BN_CTX * | operator= (BN_CTX *pnew) |
Protected Attributes | |
BN_CTX * | pctx |
|
inlineprotected |