AutoPas  3.0.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
LogToSQLiteWriter Class Reference

This class creates a SQLite3 database with a schema for tuning log entries, and offers methods to write files containing such log entries to it. More...

#include <LogToSQLiteWriter.h>

Public Member Functions

 LogToSQLiteWriter (const std::string &databaseName)
 The constructor.
 
void write (const char *filename)
 Write a file containing tuning log entries to the database.
 
 ~LogToSQLiteWriter ()
 The destructor.
 

Detailed Description

This class creates a SQLite3 database with a schema for tuning log entries, and offers methods to write files containing such log entries to it.

Constructor & Destructor Documentation

◆ LogToSQLiteWriter()

LogToSQLiteWriter::LogToSQLiteWriter ( const std::string &  databaseName)
inlineexplicit

The constructor.

It creates the database.

Parameters
databaseNameThe name of the database file to create.

◆ ~LogToSQLiteWriter()

LogToSQLiteWriter::~LogToSQLiteWriter ( )
inline

The destructor.

It closes the databsae.

Member Function Documentation

◆ write()

void LogToSQLiteWriter::write ( const char *  filename)
inline

Write a file containing tuning log entries to the database.

Parameters
filenameThe name of the file with the log entries that should be written to the database.

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