#include <WriteStreamJSON.h>
|
| void | writeNextTuple (const RamDomain *tuple) override |
| |
| void | writeNullary () override |
| |
| void | writeNextTupleJSON (std::ostream &destination, const RamDomain *tuple) |
| |
| void | writeNextTupleList (std::ostream &destination, const std::string &name, const RamDomain value) |
| |
| void | writeNextTupleObject (std::ostream &destination, const std::string &name, const RamDomain value) |
| |
| | WriteStreamJSON (const std::map< std::string, std::string > &rwOperation, const SymbolTable &symbolTable, const RecordTable &recordTable) |
| |
| void | outputADT (std::ostream &destination, const RamDomain value, const std::string &name) |
| |
| void | outputRecord (std::ostream &destination, const RamDomain value, const std::string &name) |
| |
| template<typename Tuple > |
| void | writeNext (const Tuple tuple) |
| |
| virtual void | writeSize (std::size_t) |
| |
| | SerialisationStream (RO< SymbolTable > &symTab, RO< RecordTable > &recTab, const std::map< std::string, std::string > &rwOperation) |
| |
| | SerialisationStream (RO< SymbolTable > &symTab, RO< RecordTable > &recTab, Json types) |
| |
| | SerialisationStream (RO< SymbolTable > &symTab, RO< RecordTable > &recTab, Json types, std::vector< std::string > relTypes, size_t auxArity=0) |
| |
|
| using | RO = std::conditional_t< readOnlyTables, const A, A > |
| |
Definition at line 244 of file WriteStreamJSON.h.
◆ WriteCoutJSON()
| souffle::WriteCoutJSON::WriteCoutJSON |
( |
const std::map< std::string, std::string > & |
rwOperation, |
|
|
const SymbolTable & |
symbolTable, |
|
|
const RecordTable & |
recordTable |
|
) |
| |
|
inline |
◆ ~WriteCoutJSON()
| souffle::WriteCoutJSON::~WriteCoutJSON |
( |
| ) |
|
|
inlineoverride |
◆ writeNextTuple()
| void souffle::WriteCoutJSON::writeNextTuple |
( |
const RamDomain * |
tuple | ) |
|
|
inlineoverrideprotectedvirtual |
◆ writeNullary()
| void souffle::WriteCoutJSON::writeNullary |
( |
| ) |
|
|
inlineoverrideprotectedvirtual |
◆ isFirst
| bool souffle::WriteCoutJSON::isFirst |
|
protected |
The documentation for this class was generated from the following file: