souffle
2.0.2-371-g6315b36
ram
AbstractParallel.h
Go to the documentation of this file.
1
/*
2
* Souffle - A Datalog Compiler
3
* Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved
4
* Licensed under the Universal Permissive License v 1.0 as shown at:
5
* - https://opensource.org/licenses/UPL
6
* - <souffle root>/licenses/SOUFFLE-UPL.txt
7
*/
8
9
/************************************************************************
10
*
11
* @file AbstractParallel.h
12
*
13
***********************************************************************/
14
15
#pragma once
16
17
namespace
souffle::ram
{
18
19
/**
20
* @class AbstractParallel
21
* @brief Abstract class for parallel operation
22
*/
23
class
AbstractParallel {};
24
25
}
// namespace souffle::ram
souffle::ram
Definition:
AstToRamTranslator.h:54
Generated by
1.8.17