souffle  2.0.2-371-g6315b36
Public Member Functions
souffle::WriteFileJSONFactory Class Reference

#include <WriteStreamJSON.h>

Inheritance diagram for souffle::WriteFileJSONFactory:
Inheritance graph
Collaboration diagram for souffle::WriteFileJSONFactory:
Collaboration graph

Public Member Functions

const std::string & getName () const override
 
Own< WriteStreamgetWriter (const std::map< std::string, std::string > &rwOperation, const SymbolTable &symbolTable, const RecordTable &recordTable) override
 
 ~WriteFileJSONFactory () override=default
 
- Public Member Functions inherited from souffle::WriteStreamFactory
virtual ~WriteStreamFactory ()=default
 

Detailed Description

Definition at line 273 of file WriteStreamJSON.h.

Constructor & Destructor Documentation

◆ ~WriteFileJSONFactory()

souffle::WriteFileJSONFactory::~WriteFileJSONFactory ( )
overridedefault

Member Function Documentation

◆ getName()

const std::string& souffle::WriteFileJSONFactory::getName ( ) const
inlineoverridevirtual

Implements souffle::WriteStreamFactory.

Definition at line 280 of file WriteStreamJSON.h.

284  : public WriteStreamFactory {

◆ getWriter()

Own<WriteStream> souffle::WriteFileJSONFactory::getWriter ( const std::map< std::string, std::string > &  rwOperation,
const SymbolTable symbolTable,
const RecordTable recordTable 
)
inlineoverridevirtual

Implements souffle::WriteStreamFactory.

Definition at line 275 of file WriteStreamJSON.h.

276  {
277  static const std::string name = "jsonfile";
278  return name;

The documentation for this class was generated from the following file: