MFEM  v4.6.0
Finite element discretization library
Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes | List of all members
mfem::GnuTLS_global_state Class Reference

#include <socketstream.hpp>

Collaboration diagram for mfem::GnuTLS_global_state:
[legend]

Public Member Functions

 GnuTLS_global_state ()
 
 ~GnuTLS_global_state ()
 
void set_log_level (int level)
 
gnutls_dh_params_t get_dh_params ()
 

Public Attributes

GnuTLS_status status
 

Protected Member Functions

void generate_dh_params ()
 

Protected Attributes

gnutls_dh_params_t dh_params
 
bool glob_init_ok
 

Detailed Description

Definition at line 116 of file socketstream.hpp.

Constructor & Destructor Documentation

◆ GnuTLS_global_state()

mfem::GnuTLS_global_state::GnuTLS_global_state ( )

Definition at line 371 of file socketstream.cpp.

◆ ~GnuTLS_global_state()

mfem::GnuTLS_global_state::~GnuTLS_global_state ( )

Definition at line 385 of file socketstream.cpp.

Member Function Documentation

◆ generate_dh_params()

void mfem::GnuTLS_global_state::generate_dh_params ( )
protected

Definition at line 391 of file socketstream.cpp.

◆ get_dh_params()

gnutls_dh_params_t mfem::GnuTLS_global_state::get_dh_params ( )
inline

Definition at line 133 of file socketstream.hpp.

◆ set_log_level()

void mfem::GnuTLS_global_state::set_log_level ( int  level)
inline

Definition at line 130 of file socketstream.hpp.

Member Data Documentation

◆ dh_params

gnutls_dh_params_t mfem::GnuTLS_global_state::dh_params
protected

Definition at line 119 of file socketstream.hpp.

◆ glob_init_ok

bool mfem::GnuTLS_global_state::glob_init_ok
protected

Definition at line 120 of file socketstream.hpp.

◆ status

GnuTLS_status mfem::GnuTLS_global_state::status

Definition at line 128 of file socketstream.hpp.


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