summaryrefslogtreecommitdiff
path: root/tiger-compiler/src/task/fwd.hh
blob: 620016fe88f8cdcf0cc6641694ff822dcd9dcb2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/**
 ** \file task/fwd.hh
 ** \brief Interface to the Task module.
 **
 */
#pragma once

namespace task
{
  // task.hh
  class Task;

  // argument-task.hh
  class ArgumentTask;

  // simple-task.hh
  class SimpleTask;

  // task-register.hh
  class TaskRegister;

} // namespace task