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

#include <WriteStreamJSON.h>

Inheritance diagram for souffle::WriteCoutJSONFactory:
Inheritance graph
Collaboration diagram for souffle::WriteCoutJSONFactory:
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
 
 ~WriteCoutJSONFactory () override=default
 
- Public Member Functions inherited from souffle::WriteStreamFactory
virtual ~WriteStreamFactory ()=default
 

Detailed Description

Definition at line 288 of file WriteStreamJSON.h.

Constructor & Destructor Documentation

◆ ~WriteCoutJSONFactory()

souffle::WriteCoutJSONFactory::~WriteCoutJSONFactory ( )
overridedefault

Member Function Documentation

◆ getName()

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

Implements souffle::WriteStreamFactory.

Definition at line 295 of file WriteStreamJSON.h.

◆ getWriter()

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

Implements souffle::WriteStreamFactory.

Definition at line 290 of file WriteStreamJSON.h.

291  {
292  static const std::string name = "json";
293  return name;

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