diff options
Diffstat (limited to 'tiger-compiler/src/task/task-register.hxx')
| -rw-r--r-- | tiger-compiler/src/task/task-register.hxx | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tiger-compiler/src/task/task-register.hxx b/tiger-compiler/src/task/task-register.hxx new file mode 100644 index 0000000..a72969a --- /dev/null +++ b/tiger-compiler/src/task/task-register.hxx @@ -0,0 +1,15 @@ +/** + ** \file task/task-register.hxx + ** \brief Inline methods of task::TaskRegister. + ** + */ + +#pragma once + +#include <task/task-register.hh> + +namespace task +{ + inline const misc::timer& TaskRegister::timer_get() const { return timer_; } + +} // namespace task. |
