#include <StorageExport.h>
◆ StorageExport()
      
        
          | StorageExport::StorageExport | ( | std::shared_ptr< JSONStorage > | store | ) |  | 
      
 
 
◆ consumeContainer()
◆ exportContainer()
  
  | 
        
          | void StorageExport::exportContainer | ( | std::unique_ptr< JSONContainer > && | cont | ) |  |  | overrideprotectedvirtual | 
 
 
◆ getStorageName()
      
        
          | std::string StorageExport::getStorageName | ( |  | ) | const | 
      
 
 
◆ getStore()
      
        
          | const std::shared_ptr< JSONStorage > & StorageExport::getStore | ( |  | ) | const | 
      
 
 
◆ getTemporaryResultID()
      
        
          | unsigned long StorageExport::getTemporaryResultID | ( |  | ) | const | 
      
 
 
◆ getTimerName()
  
  | 
        
          | const std::string StorageExport::getTimerName | ( |  | ) |  |  | overrideprotectedvirtual | 
 
 
◆ toQueryString()
  
  | 
        
          | const std::string StorageExport::toQueryString | ( |  | ) |  |  | overridevirtual | 
 
Returns a string as this ExportDestination would be represented in a query 
- Returns
Implements IExportDestination.
 
 
◆ toString()
  
  | 
        
          | const std::string StorageExport::toString | ( |  | ) |  |  | overridevirtual | 
 
Returns a (human readable) string describing the ExportDestination. A.toString() == B.toString() => A == B 
- Returns
Implements IExportDestination.
 
 
The documentation for this class was generated from the following files:
- /home/nico/joda_tmp/tmp-joda-dirs/JODA-gh/libs/joda/core/modules/export/include/joda/export/StorageExport.h
- /home/nico/joda_tmp/tmp-joda-dirs/JODA-gh/libs/joda/core/modules/export/src/StorageExport.cpp