BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Member Functions | List of all members
fc::ssl_bignum Struct Reference

#include <openssl.hpp>

Inheritance diagram for fc::ssl_bignum:
fc::ssl_wrapper< BIGNUM >

Public Member Functions

 ssl_bignum ()
 
 ~ssl_bignum ()
 
- Public Member Functions inherited from fc::ssl_wrapper< BIGNUM >
 ssl_wrapper (BIGNUM *obj)
 
 ssl_wrapper (ssl_wrapper &copy)=delete
 
ssl_wrapperoperator= (ssl_wrapper &copy)=delete
 
 operator BIGNUM * ()
 
 operator const BIGNUM * () const
 
BIGNUMoperator-> ()
 
const BIGNUMoperator-> () const
 

Additional Inherited Members

- Public Attributes inherited from fc::ssl_wrapper< BIGNUM >
BIGNUMobj
 

Detailed Description

allocates a bignum by default..

Definition at line 53 of file openssl.hpp.

Constructor & Destructor Documentation

◆ ssl_bignum()

fc::ssl_bignum::ssl_bignum ( )
inline

Definition at line 55 of file openssl.hpp.

◆ ~ssl_bignum()

fc::ssl_bignum::~ssl_bignum ( )
inline

Definition at line 56 of file openssl.hpp.


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