QDP++
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
Support for filedb.
Stubs of wrappers over filedb.