|
IODA Bundle
|
#include <DispatchingWriter.h>
Public Types | |
| typedef WriterDispatchingIterator< WriterBufferingIterator, DispatchingWriter > | iterator_class |
| typedef IteratorProxy< iterator_class, DispatchingWriter > | iterator |
Public Member Functions | |
| DispatchingWriter (const std::string &outputFileTemplate, int maxOpenFiles=0, bool append=false) | |
| virtual | ~DispatchingWriter () |
| const std::string | outputFileTemplate () |
| iterator | begin () |
Protected Member Functions | |
| iterator_class * | writer () |
Private Member Functions | |
| DispatchingWriter (const DispatchingWriter &) | |
| DispatchingWriter & | operator= (const DispatchingWriter &) |
Private Attributes | |
| const std::string | outputFileTemplate_ |
| int | maxOpenFiles_ |
| bool | append_ |
Definition at line 26 of file DispatchingWriter.h.
Definition at line 30 of file DispatchingWriter.h.
| typedef WriterDispatchingIterator<WriterBufferingIterator, DispatchingWriter> odc::DispatchingWriter::iterator_class |
Definition at line 29 of file DispatchingWriter.h.
| odc::DispatchingWriter::DispatchingWriter | ( | const std::string & | outputFileTemplate, |
| int | maxOpenFiles = 0, |
||
| bool | append = false |
||
| ) |
Definition at line 23 of file DispatchingWriter.cc.
|
virtual |
Definition at line 29 of file DispatchingWriter.cc.
|
private |
| DispatchingWriter::iterator odc::DispatchingWriter::begin | ( | ) |
|
private |
|
inline |
Definition at line 35 of file DispatchingWriter.h.
|
protected |
|
private |
Definition at line 49 of file DispatchingWriter.h.
|
private |
Definition at line 48 of file DispatchingWriter.h.
|
private |
Definition at line 47 of file DispatchingWriter.h.