Dummy implementation of the OPstreamImpl abstract base class. More...
#include <dummyPstream/dummyOPstreamImpl.H>
Dummy implementation of the OPstreamImpl abstract base class.
Definition at line 55 of file dummyOPstreamImpl.H.
Public Member Functions | |
TypeName ("dummyOPstreamImpl") | |
dummyOPstreamImpl () | |
Construct null. | |
virtual void | flush (const PstreamImpl::commsTypes commsType, const int toProcNo, const char *buf, const int bufPosition) |
Flush the buffer (used in OPstream::~OPstream()) | |
virtual bool | write (const PstreamImpl::commsTypes commsType, const int toProcNo, const char *buf, const std::streamsize bufSize) |
Write given buffer to given processor. | |
virtual void | waitRequests () |
Non-blocking writes: wait until all have finished. | |
virtual bool | finishedRequest (const label i) |
Non-blocking writes: has request i finished? | |
![]() | |
TypeName ("OPstreamImpl") | |
declareRunTimeSelectionTable (autoPtr, OPstreamImpl, dictionary,(),()) | |
OPstreamImpl () | |
Construct null. |
Additional Inherited Members | |
![]() | |
static autoPtr< OPstreamImpl > | New () |
Return a reference to the selected OPstreamImpl implementation. |
|
inline |
Construct null.
Definition at line 75 of file dummyOPstreamImpl.H.
TypeName | ( | "dummyOPstreamImpl" | ) |
|
virtual |
Flush the buffer (used in OPstream::~OPstream())
Implements OPstreamImpl.
Definition at line 48 of file dummyOPstreamImpl.C.
References notImplemented.
|
virtual |
Write given buffer to given processor.
Implements OPstreamImpl.
Definition at line 68 of file dummyOPstreamImpl.C.
References notImplemented.
|
virtual |
Non-blocking writes: wait until all have finished.
Implements OPstreamImpl.
Definition at line 90 of file dummyOPstreamImpl.C.
|
virtual |
Non-blocking writes: has request i finished?
Implements OPstreamImpl.
Definition at line 94 of file dummyOPstreamImpl.C.
References notImplemented.