#include <WriteStreamCSV.h>
|  | 
| void | writeNextTuple (const RamDomain *tuple) override | 
|  | 
| void | writeNullary () override | 
|  | 
| void | writeNextTupleCSV (std::ostream &destination, const RamDomain *tuple) | 
|  | 
| void | writeNextTupleElement (std::ostream &destination, const std::string &type, RamDomain value) | 
|  | 
|  | WriteStreamCSV (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) | 
|  | 
Definition at line 161 of file WriteStreamCSV.h.
 
◆ WriteCoutCSV()
  
  | 
        
          | souffle::WriteCoutCSV::WriteCoutCSV | ( | const std::map< std::string, std::string > & | rwOperation, |  
          |  |  | const SymbolTable & | symbolTable, |  
          |  |  | const RecordTable & | recordTable |  
          |  | ) |  |  |  | inline | 
 
Definition at line 163 of file WriteStreamCSV.h.
  164             std::cout << 
"\n" << rwOperation.at(
"attributeNames");
 
  166         std::cout << 
"\n===============\n";
 
  167         std::cout << std::setprecision(std::numeric_limits<RamFloat>::max_digits10);
 
  171         std::cout << 
"===============\n";
 
 
 
 
◆ ~WriteCoutCSV()
  
  | 
        
          | souffle::WriteCoutCSV::~WriteCoutCSV | ( |  | ) |  |  | inlineoverride | 
 
 
◆ writeNextTuple()
  
  | 
        
          | void souffle::WriteCoutCSV::writeNextTuple | ( | const RamDomain * | tuple | ) |  |  | inlineoverrideprotectedvirtual | 
 
 
◆ writeNullary()
  
  | 
        
          | void souffle::WriteCoutCSV::writeNullary | ( |  | ) |  |  | inlineoverrideprotectedvirtual | 
 
 
The documentation for this class was generated from the following file: