#include <LogStatement.h>
|
static const std::string | cRecursiveRelation (const std::string &relationName, const SrcLocation &srcLocation) |
|
static const std::string | nNonrecursiveRelation (const std::string &relationName, const SrcLocation &srcLocation) |
|
static const std::string | nNonrecursiveRule (const std::string &relationName, const SrcLocation &srcLocation, const std::string &datalogText) |
|
static const std::string | nRecursiveRelation (const std::string &relationName, const SrcLocation &srcLocation) |
|
static const std::string | nRecursiveRule (const std::string &relationName, const int version, const SrcLocation &srcLocation, const std::string &datalogText) |
|
static const std::string | pProofCounter (const std::string &relationName, const SrcLocation &srcLocation, const std::string &datalogText) |
|
static const std::string | runtime () |
|
static const std::string | startDebug () |
|
static const std::string | tNonrecursiveRelation (const std::string &relationName, const SrcLocation &srcLocation) |
|
static const std::string | tNonrecursiveRule (const std::string &relationName, const SrcLocation &srcLocation, const std::string &datalogText) |
|
static const std::string | tRecursiveRelation (const std::string &relationName, const SrcLocation &srcLocation) |
|
static const std::string | tRecursiveRule (const std::string &relationName, const int version, const SrcLocation &srcLocation, const std::string &datalogText) |
|
static const std::string | tRelationLoadTime (const std::string &relationName, const SrcLocation &srcLocation) |
|
static const std::string | tRelationSaveTime (const std::string &relationName, const SrcLocation &srcLocation) |
|
Definition at line 29 of file LogStatement.h.
◆ cRecursiveRelation()
static const std::string souffle::LogStatement::cRecursiveRelation |
( |
const std::string & |
relationName, |
|
|
const SrcLocation & |
srcLocation |
|
) |
| |
|
inlinestatic |
◆ nNonrecursiveRelation()
static const std::string souffle::LogStatement::nNonrecursiveRelation |
( |
const std::string & |
relationName, |
|
|
const SrcLocation & |
srcLocation |
|
) |
| |
|
inlinestatic |
Definition at line 60 of file LogStatement.h.
66 const char* messageType =
"@n-nonrecursive-rule";
◆ nNonrecursiveRule()
static const std::string souffle::LogStatement::nNonrecursiveRule |
( |
const std::string & |
relationName, |
|
|
const SrcLocation & |
srcLocation, |
|
|
const std::string & |
datalogText |
|
) |
| |
|
inlinestatic |
◆ nRecursiveRelation()
static const std::string souffle::LogStatement::nRecursiveRelation |
( |
const std::string & |
relationName, |
|
|
const SrcLocation & |
srcLocation |
|
) |
| |
|
inlinestatic |
◆ nRecursiveRule()
static const std::string souffle::LogStatement::nRecursiveRule |
( |
const std::string & |
relationName, |
|
|
const int |
version, |
|
|
const SrcLocation & |
srcLocation, |
|
|
const std::string & |
datalogText |
|
) |
| |
|
inlinestatic |
Definition at line 93 of file LogStatement.h.
100 const char* messageType =
"@n-recursive-relation";
◆ pProofCounter()
static const std::string souffle::LogStatement::pProofCounter |
( |
const std::string & |
relationName, |
|
|
const SrcLocation & |
srcLocation, |
|
|
const std::string & |
datalogText |
|
) |
| |
|
inlinestatic |
Definition at line 126 of file LogStatement.h.
128 const char* messageType =
"@runtime";
129 std::stringstream line;
130 line << messageType <<
";";
135 const char* messageType =
"@start-debug";
136 std::stringstream line;
◆ runtime()
static const std::string souffle::LogStatement::runtime |
( |
| ) |
|
|
inlinestatic |
◆ startDebug()
static const std::string souffle::LogStatement::startDebug |
( |
| ) |
|
|
inlinestatic |
◆ tNonrecursiveRelation()
static const std::string souffle::LogStatement::tNonrecursiveRelation |
( |
const std::string & |
relationName, |
|
|
const SrcLocation & |
srcLocation |
|
) |
| |
|
inlinestatic |
Definition at line 37 of file LogStatement.h.
42 const char* messageType =
"@t-relation-savetime";
43 std::stringstream line;
◆ tNonrecursiveRule()
static const std::string souffle::LogStatement::tNonrecursiveRule |
( |
const std::string & |
relationName, |
|
|
const SrcLocation & |
srcLocation, |
|
|
const std::string & |
datalogText |
|
) |
| |
|
inlinestatic |
◆ tRecursiveRelation()
static const std::string souffle::LogStatement::tRecursiveRelation |
( |
const std::string & |
relationName, |
|
|
const SrcLocation & |
srcLocation |
|
) |
| |
|
inlinestatic |
Definition at line 102 of file LogStatement.h.
108 const char* messageType =
"@c-recursive-relation";
◆ tRecursiveRule()
static const std::string souffle::LogStatement::tRecursiveRule |
( |
const std::string & |
relationName, |
|
|
const int |
version, |
|
|
const SrcLocation & |
srcLocation, |
|
|
const std::string & |
datalogText |
|
) |
| |
|
inlinestatic |
◆ tRelationLoadTime()
static const std::string souffle::LogStatement::tRelationLoadTime |
( |
const std::string & |
relationName, |
|
|
const SrcLocation & |
srcLocation |
|
) |
| |
|
inlinestatic |
Definition at line 44 of file LogStatement.h.
50 const char* messageType =
"@n-nonrecursive-relation";
◆ tRelationSaveTime()
static const std::string souffle::LogStatement::tRelationSaveTime |
( |
const std::string & |
relationName, |
|
|
const SrcLocation & |
srcLocation |
|
) |
| |
|
inlinestatic |
Definition at line 52 of file LogStatement.h.
58 const char* messageType =
"@t-nonrecursive-rule";
The documentation for this class was generated from the following file: