From 3fbf9d3129476a6dc15bf698428fa95febd4e950 Mon Sep 17 00:00:00 2001 From: Wataru Ishida Date: Sat, 4 Jan 2020 17:42:30 +0000 Subject: [PATCH] framework: add S_ConstAttribute typedef Signed-off-by: Wataru Ishida --- tools/framework/attribute.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/framework/attribute.hpp b/tools/framework/attribute.hpp index dd98490..ce2e30f 100644 --- a/tools/framework/attribute.hpp +++ b/tools/framework/attribute.hpp @@ -15,6 +15,7 @@ namespace tai { class Attribute; using S_Attribute = std::shared_ptr; + using S_ConstAttribute = std::shared_ptr; using getter = std::function;