MergeExecStreamParams Struct Reference

MergeExecStreamParams defines parameters for instantiating a MergeExecStream. More...

#include <MergeExecStream.h>

Inheritance diagram for MergeExecStreamParams:

ConfluenceExecStreamParams SingleOutputExecStreamParams ExecStreamParams List of all members.

Public Member Functions

 MergeExecStreamParams ()

Public Attributes

bool isParallel
 Whether the stream should execute in parallel mode.

Detailed Description

MergeExecStreamParams defines parameters for instantiating a MergeExecStream.

Definition at line 36 of file MergeExecStream.h.


Constructor & Destructor Documentation

MergeExecStreamParams::MergeExecStreamParams (  )  [explicit]

Definition at line 31 of file MergeExecStream.cpp.

References isParallel.

00032 {
00033     isParallel = false;
00034 }


Member Data Documentation

bool MergeExecStreamParams::isParallel

Whether the stream should execute in parallel mode.

Definition at line 42 of file MergeExecStream.h.

Referenced by MergeExecStreamParams(), MergeExecStream::prepare(), ExecStreamTestSuite::testMergeExecStream(), ExecStreamTestSuite::testSegBufferReaderWriterExecStream(), and ExecStreamFactory::visit().


The documentation for this struct was generated from the following files:
Generated on Mon Jun 22 04:00:39 2009 for Fennel by  doxygen 1.5.1