QDP++
include
qdp_db.h
Go to the documentation of this file.
1
// -*- C++ -*-
5
6
#ifndef QDP_DB_H
7
#define QDP_DB_H
8
9
#ifdef BUILD_FILEDB
10
11
// FileDB is used, so define a real set of classes
12
#include "
qdp_db_imp.h
"
13
14
#else
15
16
// FileDB is NOT used, so define stubs of classes
17
#include "
qdp_db_stub.h
"
18
#endif
19
20
#endif
qdp_db_imp.h
Support for filedb.
qdp_db_stub.h
Stubs of wrappers over filedb.
Generated by
1.16.1