LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
tasks.hh
Go to the documentation of this file.
1 
6 #ifndef TEMP_TASKS_HH
7 # define TEMP_TASKS_HH
8 
9 # include <memory>
10 
11 # include <temp/temp.hh>
12 # include <task/libtask.hh>
13 
14 namespace temp
15 {
16 
17  namespace tasks
18  {
19 
20  TASK_GROUP("Temporaries");
21 
30  extern std::unique_ptr<TempMap> tempmap;
31 
32  TASK_DECLARE("tempmap-display", "display the temporary table",
33  tempmap_display, "targeted");
34 
35  } // namespace tasks
36 
37 } // namespace temp
38 
39 #endif // !TEMP_TASKS_HH