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

#include <socketstream.hpp>

Public Member Functions

 GnuTLS_status ()
 
bool good () const
 
void set_result (int result)
 
int get_result () const
 
void print_on_error (const char *msg) const
 

Protected Attributes

int res
 

Detailed Description

Definition at line 94 of file socketstream.hpp.

Constructor & Destructor Documentation

◆ GnuTLS_status()

mfem::GnuTLS_status::GnuTLS_status ( )
inline

Definition at line 100 of file socketstream.hpp.

Member Function Documentation

◆ get_result()

int mfem::GnuTLS_status::get_result ( ) const
inline

Definition at line 106 of file socketstream.hpp.

◆ good()

bool mfem::GnuTLS_status::good ( ) const
inline

Definition at line 102 of file socketstream.hpp.

◆ print_on_error()

void mfem::GnuTLS_status::print_on_error ( const char *  msg) const
inline

Definition at line 108 of file socketstream.hpp.

◆ set_result()

void mfem::GnuTLS_status::set_result ( int  result)
inline

Definition at line 104 of file socketstream.hpp.

Member Data Documentation

◆ res

int mfem::GnuTLS_status::res
protected

Definition at line 97 of file socketstream.hpp.


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