PlasCom2  1.0
XPACC Multi-physics simluation application
fdoutbuf Class Reference

Detailed Description

Definition at line 33 of file FDUtils.H.

#include <FDUtils.H>

Public Member Functions

 fdoutbuf ()
 
 fdoutbuf (int _fd)
 
void Init (int _fd)
 
bool Ready ()
 
virtual int FD ()
 

Protected Member Functions

virtual int_type overflow (int_type c)
 
virtual std::streamsize xsputn (const char *s, std::streamsize num)
 

Protected Attributes

int fd
 
Inheritance diagram for fdoutbuf:
Collaboration diagram for fdoutbuf:

Constructor & Destructor Documentation

◆ fdoutbuf() [1/2]

fdoutbuf ( )
inline

Definition at line 37 of file FDUtils.H.

◆ fdoutbuf() [2/2]

fdoutbuf ( int  _fd)
inline

Definition at line 39 of file FDUtils.H.

Member Function Documentation

◆ FD()

virtual int FD ( )
inlinevirtual

Definition at line 43 of file FDUtils.H.

References fdoutbuf::fd.

Referenced by fdostream::FD(), and fdostream::Init().

Here is the caller graph for this function:

◆ Init()

void Init ( int  _fd)
inline

Definition at line 41 of file FDUtils.H.

Referenced by InProcess::Execute(), fdostream::Init(), and InProcess::InProcess().

Here is the caller graph for this function:

◆ overflow()

virtual int_type overflow ( int_type  c)
inlineprotectedvirtual

Definition at line 46 of file FDUtils.H.

◆ Ready()

bool Ready ( )
inline

Definition at line 42 of file FDUtils.H.

◆ xsputn()

virtual std::streamsize xsputn ( const char *  s,
std::streamsize  num 
)
inlineprotectedvirtual

Definition at line 57 of file FDUtils.H.

Member Data Documentation

◆ fd

int fd
protected

Definition at line 35 of file FDUtils.H.

Referenced by fdoutbuf::FD(), and fdinbuf::FD().


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