MFEM  v3.1
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
mfem::socketstream Class Reference

#include <socketstream.hpp>

Inheritance diagram for mfem::socketstream:
[legend]
Collaboration diagram for mfem::socketstream:
[legend]

Public Member Functions

 socketstream ()
 
 socketstream (int s)
 
 socketstream (const char hostname[], int port)
 
socketbufrdbuf ()
 
int open (const char hostname[], int port)
 
int close ()
 
bool is_open ()
 
virtual ~socketstream ()
 

Detailed Description

Definition at line 75 of file socketstream.hpp.

Constructor & Destructor Documentation

mfem::socketstream::socketstream ( )
inline

Definition at line 81 of file socketstream.hpp.

mfem::socketstream::socketstream ( int  s)
inlineexplicit

Definition at line 83 of file socketstream.hpp.

mfem::socketstream::socketstream ( const char  hostname[],
int  port 
)
inline

Definition at line 85 of file socketstream.hpp.

virtual mfem::socketstream::~socketstream ( )
inlinevirtual

Definition at line 108 of file socketstream.hpp.

Member Function Documentation

int mfem::socketstream::close ( )
inline

Definition at line 104 of file socketstream.hpp.

bool mfem::socketstream::is_open ( )
inline

Definition at line 106 of file socketstream.hpp.

int mfem::socketstream::open ( const char  hostname[],
int  port 
)
inline

Definition at line 90 of file socketstream.hpp.

socketbuf* mfem::socketstream::rdbuf ( )
inline

Definition at line 88 of file socketstream.hpp.


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