kDB: Knowledge DataBase
Loading...
Searching...
No Matches
kdb
kDB
Repository
conformance
StoreInterface.h
1
#include <kDB/Repository/Connection.h>
2
3
class
StoreInterface
4
{
5
public
:
6
StoreInterface
();
7
~StoreInterface
();
8
cres_qresult<void> ensureStart(
const
QStringList
& _extensions);
9
void
clear();
10
kDB::Repository::Connection
connection();
11
private
:
12
struct
Private
;
13
Private
*
const
d;
14
};
QList< QString >
StoreInterface
Definition
StoreInterface.h:4
kDB::Repository::Connection
Definition
Connection.h:26
StoreInterface::Private
Definition
StoreInterface.cpp:17
Generated by
1.12.0