Further includes in Facades
This commit is contained in:
parent
f09e9b7790
commit
4c6f85fd25
@ -98,5 +98,4 @@ public:
|
|||||||
) const = 0;
|
) const = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#endif // QUERY_DATA_FACADE_H
|
#endif // QUERY_DATA_FACADE_H
|
||||||
|
@ -21,8 +21,12 @@ or see http://www.gnu.org/licenses/agpl.txt.
|
|||||||
#ifndef INTERNAL_DATA_FACADE
|
#ifndef INTERNAL_DATA_FACADE
|
||||||
#define INTERNAL_DATA_FACADE
|
#define INTERNAL_DATA_FACADE
|
||||||
|
|
||||||
|
//implements all data storage when shared memory is _NOT_ used
|
||||||
|
|
||||||
#include "BaseDataFacade.h"
|
#include "BaseDataFacade.h"
|
||||||
|
|
||||||
|
#include "../../DataStructures/StaticGraph.h"
|
||||||
|
|
||||||
template<class EdgeDataT>
|
template<class EdgeDataT>
|
||||||
class InternalDataFacade : public BaseDataFacade<EdgeDataT> {
|
class InternalDataFacade : public BaseDataFacade<EdgeDataT> {
|
||||||
|
|
||||||
|
@ -21,8 +21,12 @@ or see http://www.gnu.org/licenses/agpl.txt.
|
|||||||
#ifndef INTERNAL_DATA_FACADE
|
#ifndef INTERNAL_DATA_FACADE
|
||||||
#define INTERNAL_DATA_FACADE
|
#define INTERNAL_DATA_FACADE
|
||||||
|
|
||||||
|
//implements all data storage when shared memory is _NOT_ used
|
||||||
|
|
||||||
#include "BaseDataFacade.h"
|
#include "BaseDataFacade.h"
|
||||||
|
|
||||||
|
#include "../../DataStructures/StaticGraph.h"
|
||||||
|
|
||||||
template<class EdgeDataT>
|
template<class EdgeDataT>
|
||||||
class SharedDataFacade : public BaseDataFacade<EdgeDataT> {
|
class SharedDataFacade : public BaseDataFacade<EdgeDataT> {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user