Public Member Functions | |
| DSVWriterFactory () | |
| RCP< FieldWriterBase > | createWriter (const string &name) const |
| virtual RCP < FieldWriterFactoryBase > | getRcp () |
DSVWriterFactory produces a DSV writer in contexts where a user cannot do so directly.
Definition at line 83 of file SundanceDSVWriter.hpp.
| Sundance::DSVWriterFactory::DSVWriterFactory | ( | ) | [inline] |
Definition at line 87 of file SundanceDSVWriter.hpp.
| RCP<FieldWriterBase> Sundance::DSVWriterFactory::createWriter | ( | const string & | name | ) | const [inline, virtual] |
Create a writer with the specified filename
Implements Sundance::FieldWriterFactoryBase.
Definition at line 90 of file SundanceDSVWriter.hpp.
| virtual RCP<FieldWriterFactoryBase> Sundance::DSVWriterFactory::getRcp | ( | ) | [inline, virtual] |
Implements Playa::Handleable< FieldWriterFactoryBase >.
Definition at line 94 of file SundanceDSVWriter.hpp.