summaryrefslogtreecommitdiff
path: root/src/theory/theory_traits_template.h
blob: 067fe55d03466800508b566839985efbef855a9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/*
 * theory_traits_template.h
 *
 *  Created on: Dec 23, 2010
 *      Author: dejan
 */

#pragma once

#include "theory/theory.h"

${theory_includes}

namespace CVC4 {

namespace theory {

template <TheoryId theoryId>
struct TheoryTraits;

${theory_traits}

${theory_for_each_macro}

}/* theory namespace */
}/* CVC4 namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback