#include <WriteStreamCSV.h>
|
| void | writeNextTuple (const RamDomain *) override |
| |
| void | writeNullary () override |
| |
| void | writeSize (std::size_t size) override |
| |
| 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) |
| |
| | 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 188 of file WriteStreamCSV.h.
◆ WriteCoutPrintSize()
| souffle::WriteCoutPrintSize::WriteCoutPrintSize |
( |
const std::map< std::string, std::string > & |
rwOperation | ) |
|
|
inlineexplicit |
◆ ~WriteCoutPrintSize()
| souffle::WriteCoutPrintSize::~WriteCoutPrintSize |
( |
| ) |
|
|
overridedefault |
◆ writeNextTuple()
| void souffle::WriteCoutPrintSize::writeNextTuple |
( |
const RamDomain * |
| ) |
|
|
inlineoverrideprotectedvirtual |
◆ writeNullary()
| void souffle::WriteCoutPrintSize::writeNullary |
( |
| ) |
|
|
inlineoverrideprotectedvirtual |
◆ writeSize()
| void souffle::WriteCoutPrintSize::writeSize |
( |
std::size_t |
size | ) |
|
|
inlineoverrideprotectedvirtual |
◆ lease
The documentation for this class was generated from the following file: