5#ifndef EVENT_LOOP_OUTPUT_STREAM_HH
6#define EVENT_LOOP_OUTPUT_STREAM_HH
65 OutputStream (
const std::string& val_label,
const std::string& val_type);
99 const std::string&
label ()
const;
100 void label (
const std::string& val_label);
OutputStream(const OutputStream &that)
effects: standard copy constructor guarantee: strong failures: out of memory II
std::string m_label
description: members directly corresponding to accessors
OutputStream & operator=(OutputStream that)
effects: standard assignment operator guarantee: strong failures: out of memory II
void testInvariant() const
effects: test the invariant of this object guarantee: no-fail
OutputStream(const std::string &val_label, const std::string &val_type)
effects: create a named output dataset guarantee: strong failures: low level errors II requires: !...
SH::MetaObject * options()
description: the list of options to the job guarantee: no-fail postcondition: result !...
void label(const std::string &val_label)
OutputStream()
effects: standard default constructor guarantee: strong failures: low level errors I
static const std::string optContainerSuffix
void output(SH::DiskOutput *output_swallow)
void swap(OutputStream &that)
effects: standard swap function guarantee: no-fail
const SH::MetaObject * options() const
~OutputStream()
effects: standard destructor guarantee: no-fail
static const std::string optType
SH::DiskOutput * m_output
ClassDef(OutputStream, 2)
const SH::DiskOutput * output() const
description: the output disk, if we don't use the default one.
static const std::string optMergeCmd
const std::string & label() const
description: the label for this output dataset.
OutputStream(const std::string &val_label)
effects: create a named output dataset guarantee: strong failures: low level errors II requires: !...
a class/interface representing an output location for files
This module defines the arguments passed from the BATCH driver to the BATCH worker.